Struct tikv_jemalloc_ctl::config::malloc_conf[][src]

pub struct malloc_conf;
Expand description

Default run-time options specified during jemalloc’s build configuration.

The string will be empty unless --with-malloc-conf was specified during build configuration.

Examples

use tikv_jemalloc_ctl::config;
let malloc_conf = config::malloc_conf::mib().unwrap();
println!("default malloc conf: {}", malloc_conf.read().unwrap());

Implementations

Returns Management Information Base (MIB)

This value can be used to access the key without doing string lookup.

Key [::keys::Name].

Reads value using string API.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.