ezrosent / allocators-rs

Allocators in Rust
Apache License 2.0
311 stars 28 forks source link

mmap-alloc: Support committing and uncommitting on Windows #48

Closed joshlf closed 7 years ago

joshlf commented 7 years ago

Generally, this commit drives towards embracing that we expose platform-specific behavior, and chooses to expose that reality rather than trying to present a cross-platform abstraction that will inevitably leak.