issues
search
ezrosent
/
allocators-rs
Allocators in Rust
Apache License 2.0
311
stars
28
forks
source link
mmap-alloc: Add large-align feature, support committing on Linux/Mac
#152
Closed
joshlf
closed
6 years ago
joshlf
commented
6 years ago
Add
large-align
feature, allowing alignments larger than a page size
Allow memory to be explicitly committed on Linux and Mac
Allow memory to be committed on allocation on Mac
Improve documentation around committed/uncommitted memory
Closes #151
large-align
feature, allowing alignments larger than a page size