Struct tikv_jemalloc_ctl::version [−][src]
pub struct version;
Expand description
jemalloc
version string.
Example
use tikv_jemalloc_ctl::version; println!("jemalloc version {}", version::read().unwrap()); let version_mib = version::mib().unwrap(); println!("jemalloc version {}", version_mib.read().unwrap());