Crate mmap_allocator[][src]

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)