mirmalloc 0.2.0

MiMalloc Rust Bindings
Documentation
1
2
3
4
5
mod vanilla;
mod tpc;

pub use vanilla::Vanilla;
pub use tpc::ThreadPerCore;