Tweak the wording about oversize_threshold.

This commit is contained in:
Qi Wang 2019-03-31 17:45:22 -07:00 committed by Qi Wang
parent 0101d5ebef
commit 064d6e570e

View File

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