Structs§
- Memory
Map - A memory mapped file or chunk of memory. This is a very system-specific
interface to the OS’s memory mapping facilities (
mmapon POSIX,VirtualAlloc/CreateFileMappingon Windows). It makes no attempt at abstracting platform differences, besides in error values returned. Consider yourself warned.
Enums§
- Memory
MapError - Possible errors when creating a map.
- Memory
MapKind - Type of memory map
- Memory
MapOption - Options memory map created with.