From 064d6e570e7073096471413f6a5159541478eb01 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Sun, 31 Mar 2019 17:45:22 -0700 Subject: [PATCH] Tweak the wording about oversize_threshold. --- doc/jemalloc.xml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 4acc2123..fd0edb30 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -1002,9 +1002,9 @@ mallctl("arena." STRINGIFY(MALLCTL_ARENAS_ALL) ".decay", oversize. Allocation requests with greater sizes are fulfilled from a dedicated arena (automatically managed, however not within narenas), in order to reduce fragmentation by not - mixing huge allocations with small ones. In addition, the reserved - special arena may have its own default decay settings. Note that - requests with arena index specified via + mixing huge allocations with small ones. In addition, the decay API + guarantees on the extents greater than the specified threshold may be + overridden. Note that requests with arena index specified via MALLOCX_ARENA, or threads associated with explicit arenas will not be considered. The default threshold is 8MiB. Values not within large size classes disables this feature.