[−][src]Crate mmap_allocator
Declare struct MmapAllocator implementing std::alloc::GlobalAlloc whose backend is
'posix mmap()'.
This crate is only for 'unix' or 'linux' platform.
Structs
| MmapAllocator | Implementation of std::alloc::GlobalAlloc whose backend is mmap(2) |