摘要: Memory-mapped files (MMFs) offer a unique memory management feature that allows applications to access files on disk in the same way they access dynamic memory—through pointers. With this capability you can map a view of all or part of a file on disk to a specific range of addresses within your process's address space. And once that is done, accessing the content of a memory-mapped file is as simple as dereferencing a pointer in the designated range of addresses. 阅读全文
posted @ 2005-09-16 16:05 shipfi 阅读(1673) 评论(1) 推荐(0) 编辑