mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 07:01:42 +03:00
Add mallctls: - arenas.lg_dirty_mult is initialized via opt.lg_dirty_mult, and can be modified to change the initial lg_dirty_mult setting for newly created arenas. - arena.<i>.lg_dirty_mult controls an individual arena's dirty page purging threshold, and synchronously triggers any purging that may be necessary to maintain the constraint. - arena.<i>.chunk.purge allows the per arena dirty page purging function to be replaced. This resolves #93. |
||
|---|---|---|
| .. | ||
| aligned_alloc.c | ||
| allocated.c | ||
| chunk.c | ||
| mallocx.c | ||
| MALLOCX_ARENA.c | ||
| posix_memalign.c | ||
| rallocx.c | ||
| sdallocx.c | ||
| thread_arena.c | ||
| thread_tcache_enabled.c | ||
| xallocx.c | ||