mmtk 0.3.2

MMTk is a framework for the design and implementation of high-performance and portable memory managers.
Documentation
1
2
3
4
5
mod global;
pub mod metadata;

pub use global::*;
pub(crate) use metadata::is_alloced_by_malloc;