mirmalloc 0.2.0

MiMalloc Rust Bindings
Documentation
1
2
3
4
5
6
mod allocators;
pub(crate) mod heap;
mod config;

pub use allocators::{ThreadPerCore, Vanilla};
pub use config::{print_stats, ArenaSize, set_arena_reserve, collect};