Struct tikv_jemalloc_ctl::arenas::narenas [−][src]
pub struct narenas;
Expand description
Current limit on the number of arenas.
Examples
use tikv_jemalloc_ctl::arenas; println!("number of arenas: {}", arenas::narenas::read().unwrap()); let arenas_mib = arenas::narenas::mib().unwrap(); println!("number of arenas: {}", arenas_mib.read().unwrap());