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.

jemalloc’s default initialization behavior for background threads.

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

jemalloc’s junk filling mode.

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

Thread-local allocation caching behavior.

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

jemalloc’s zeroing behavior.