diff options
author | Qi Wang <interwq@gwu.edu> | 2019-04-01 00:45:22 (GMT) |
---|---|---|
committer | Qi Wang <interwq@gmail.com> | 2019-04-01 17:36:29 (GMT) |
commit | 064d6e570e7073096471413f6a5159541478eb01 (patch) | |
tree | f658a42e6ee739e190b79f49ebe5964ae9301c50 | |
parent | 0101d5ebef7230ef5aa1597be425e2a60e92f348 (diff) | |
download | jemalloc-064d6e570e7073096471413f6a5159541478eb01.zip jemalloc-064d6e570e7073096471413f6a5159541478eb01.tar.gz jemalloc-064d6e570e7073096471413f6a5159541478eb01.tar.bz2 |
Tweak the wording about oversize_threshold.
-rw-r--r-- | doc/jemalloc.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 4acc212..fd0edb3 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 <literal>narenas</literal>), 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 <constant>MALLOCX_ARENA</constant>, or threads associated with explicit arenas will not be considered. The default threshold is 8MiB. Values not within large size classes disables this feature.</para></listitem> |