Crate libmmap [] [src]

Structs

MemoryMap

A memory mapped file or chunk of memory. This is a very system-specific interface to the OS's memory mapping facilities (mmap on POSIX, VirtualAlloc/CreateFileMapping on Windows). It makes no attempt at abstracting platform differences, besides in error values returned. Consider yourself warned.

Enums

MemoryMapError

Possible errors when creating a map.

MemoryMapKind

Type of memory map

MemoryMapOption

Options memory map created with.