[][src]Module jemalloc_ctl::opt

jemalloc's run-time configuration.

These settings are controlled by the MALLOC_CONF environment variable.

Structs

abort

Whether jemalloc calls abort(3) on most warnings.

background_thread

jemalloc's default initialization behavior for background threads.

dss

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

junk

jemalloc's junk filling mode.

lg_tcache_max

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

narenas

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

tcache

Thread-local allocation caching behavior.

zero

jemalloc's zeroing behavior.