
2 Jan
2009
2 Jan
'09
7:31 p.m.
Does this library support private, read-write file mappings? Such mapping is copy on write, and modifications to the mapped region remain private to the process that created the mapping. (POSIX: MAP_PRIVATE flag for mmap(), Windows: FILE_MAP_COPY flag to MapViewOfFile and PAGE_WRITECOPY flag to CreateFileMapping)