libjemalloc-sys 0.1.1

A simple bind to jemalloc
1
2
3
4
5
6
7
#![allow(non_camel_case_types)]

mod bindgen {
    include!(concat!(env!("OUT_DIR"), "/bindgen.rs"));
}
pub use bindgen::*;