Struct tikv_jemalloc_ctl::opt::dss[][src]

pub struct dss;
Expand description

The dss (sbrk(2)) allocation precedence as related to mmap(2) allocation.

The following settings are supported if sbrk(2) is supported by the operating system: “disabled”, “primary”, and “secondary”; otherwise only “disabled” is supported. The default is “secondary” if sbrk(2) is supported by the operating system; “disabled” otherwise.

Examples

use tikv_jemalloc_ctl::opt;
let dss = opt::dss::read().unwrap();
println!("dss priority: {}", dss);

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.