2 unstable releases
Uses old Rust 2015
0.2.0 | Feb 9, 2018 |
---|---|
0.1.0 | Sep 3, 2017 |
#550 in Memory management
52 downloads per month
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
~51–325KB