File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments