Module tikv_jemalloc_ctl::opt[][src]

Expand description

jemalloc’s run-time configuration.

These settings are controlled by the MALLOC_CONF environment variable.

Structs

Whether jemalloc calls abort(3) on most warnings.

See abort.

jemalloc’s default initialization behavior for background threads.

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

See dss.

jemalloc’s junk filling mode.

See junk.

Maximum size class (log base 2) to cache in the thread-specific cache (tcache).

Maximum number of arenas to use for automatic multiplexing of threads and arenas.

See narenas.

Thread-local allocation caching behavior.

See tcache.

jemalloc’s zeroing behavior.

See zero.