mallockit 0.1.0

A framework for building malloc implementations in Rust
Documentation
1
2
3
4
5
6
7
8
#[cfg(target_os = "macos")]
pub mod macos_malloc_zone;
#[macro_use]
mod malloc_api;
#[macro_use]
mod rust_alloc;

pub use malloc_api::*;