Function jemalloc_ctl::version [] [src]

pub fn version() -> Result<&'static str>

Returns the jemalloc version string.

Note

The version of jemalloc currently shipped with the Rust distribution has a bogus version string.

Example

println!("jemalloc version {}", jemalloc_ctl::version().unwrap());