Build Status Build Status

mmap-allocator

Declare struct MmapAllocator implementing std::alloc::GlobalAlloc whose backend is 'posix mmap()'.

This crate is only for 'unix' or 'linux' platform.

License: Apache-2.0 OR LGPL-3.0-or-later