Skip to content

Commit 064d6e5

Browse files
committed
Tweak the wording about oversize_threshold.
1 parent 0101d5e commit 064d6e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/jemalloc.xml.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,9 +1002,9 @@ mallctl("arena." STRINGIFY(MALLCTL_ARENAS_ALL) ".decay",
10021002
oversize. Allocation requests with greater sizes are fulfilled from a
10031003
dedicated arena (automatically managed, however not within
10041004
<literal>narenas</literal>), in order to reduce fragmentation by not
1005-
mixing huge allocations with small ones. In addition, the reserved
1006-
special arena may have its own default decay settings. Note that
1007-
requests with arena index specified via
1005+
mixing huge allocations with small ones. In addition, the decay API
1006+
guarantees on the extents greater than the specified threshold may be
1007+
overridden. Note that requests with arena index specified via
10081008
<constant>MALLOCX_ARENA</constant>, or threads associated with explicit
10091009
arenas will not be considered. The default threshold is 8MiB. Values
10101010
not within large size classes disables this feature.</para></listitem>

0 commit comments

Comments
 (0)