dlmalloc 0.1.3

A Rust port of the dlmalloc allocator
Documentation
fn main() {
    #[cfg(feature = "debug")]
    println!("cargo:rustc-cfg=debug_assertions");
}