Expand description
jemalloc’s run-time configuration.
These settings are controlled by the MALLOC_CONF environment variable.
Structs§
- abort
- Whether
jemalloccallsabort(3)on most warnings. - abort_
mib - See
abort. - background_
thread jemalloc’s default initialization behavior for background threads.- background_
thread_ mib - See
background_thread. - dss
- The
dss(sbrk(2)) allocation precedence as related tommap(2)allocation. - dss_mib
- See
dss. - junk
jemalloc’s junk filling mode.- junk_
mib - See
junk. - narenas
- Maximum number of arenas to use for automatic multiplexing of threads and arenas.
- narenas_
mib - See
narenas. - tcache
- Thread-local allocation caching behavior.
- tcache_
max - Maximum size class (log base 2) to cache in the thread-specific cache
(
tcache). - tcache_
max_ mib - See
tcache_max. - tcache_
mib - See
tcache. - zero
jemalloc’s zeroing behavior.- zero_
mib - See
zero.