numalloc 0.1.2

A blazing-fast, NUMA-aware memory allocator written in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
mod allocator;
mod freelist;
mod heap;
mod node_heap;
mod platform;
mod size_class;
mod sys_box;
mod thread_heap;

pub use allocator::NumaAlloc;