2 unstable releases
Uses old Rust 2015
| 0.2.0 | Feb 9, 2018 |
|---|---|
| 0.1.0 | Sep 3, 2017 |
#1075 in Memory management
Used in 3 crates
73KB
1K
SLoC
mmap-alloc
An allocator that is backed by directly mapping memory pages.
The MapAlloc type defined by this crate implements the Alloc and ObjectAlloc traits by directly mapping memory pages from the kernel (mmap/munmap on POSIX systems and VirtualAlloc/VirtualFree on Windows). It also allows pages to be committed or uncommitted.
Dependencies
~53–325KB