[−][src]Trait jemalloc_ctl::Access
Safe read access to the MALLCTL NAMESPACE.
Required methods
fn read(&self) -> Result<T>
Read the key at self
.
fn write(&self, value: T) -> Result<()>
Write value
at the key self
.
fn update(&self, value: T) -> Result<T>
Write value
at the key self
returning its previous value.