mmap-alloc

Crates.iommap-alloc
lib.rsmmap-alloc
version0.2.0
sourcesrc
created_at2017-09-03 01:32:33.989442
updated_at2018-02-09 18:29:12.759639
descriptionA simple allocator backed by memory mappings.
homepage
repositoryhttps://github.com/ezrosent/allocators-rs/tree/master/mmap-alloc
max_upload_size
id30335
size62,454
Joshua Liebow-Feeser (joshlf)

documentation

https://docs.rs/mmap-alloc

README

mmap-alloc

Crates.io Docs

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.

Commit count: 0

cargo fmt