欢迎访问
讨论版列表 - 电脑科学 - 主题数: 32 | 文章数: 32 | 管理员: (无)

电脑科学

版面 | 文摘区 | 马克区

文章数: 1 | 分页: << 1 >>
admin
[回复] [修改] [删除] [返回版面] 1  
作者: admin, 讨论版: 电脑科学, 发表时间: 2014-02-27 14:16:16 PST
标题: Memory-mapped file
关键字:

Wiki: Memory-mapped file

A memory-mapped file is a segment of virtual memory which has been assigned a direct byte-for-byte correlation with some portion of a file or file-like resource. This resource is typically a file that is physically present on-disk, but can also be a device, shared memory object, or other resource that the operating system can reference through a file descriptor. Once present, this correlation between the file and the memory space permits applications to treat the mapped portion as if it were primary memory.


--

※ 来源: homecox.com  [来自: 128.]


Reply

Please log in first.