jemalloc-sys 0.3.2

Rust FFI bindings to jemalloc
Documentation
1
2
3
4
5
6
7
8
extern crate jemalloc_sys;

#[test]
fn malloc_conf_empty() {
    unsafe {
        assert!(jemalloc_sys::malloc_conf.is_none());
    }
}