• Home
  • Raw
  • Download

Lines Matching refs:arenas

26     + arenas.decay_time
27 + stats.arenas.<i>.decay_time
63 - Refactor arenas array. In addition to fixing a fork-related deadlock, this
77 - Fix stats.arenas.<i>.{dss,lg_dirty_mult,decay_time,pactive,pdirty} for
209 - Refactor huge allocation to be managed by arenas, so that arenas now
213 + The "stats.arenas.<i>.huge.allocated", "stats.arenas.<i>.huge.nmalloc",
214 "stats.arenas.<i>.huge.ndalloc", and "stats.arenas.<i>.huge.nrequests"
216 + The "arenas.nhchunks", "arenas.hchunk.<i>.size",
217 "stats.arenas.<i>.hchunks.<j>.nmalloc",
218 "stats.arenas.<i>.hchunks.<j>.ndalloc",
219 "stats.arenas.<i>.hchunks.<j>.nrequests", and
220 "stats.arenas.<i>.hchunks.<j>.curhchunks" mallctls provide per size class
231 "stats.arenas.<i>.metadata.mapped", and
232 "stats.arenas.<i>.metadata.allocated" mallctls.
236 "arenas.lg_dirty_mult", "arena.<i>.lg_dirty_mult", and
237 "stats.arenas.<i>.lg_dirty_mult" mallctls.
278 which arenas own which huge allocations.
291 - Change the "arenas.nlruns" mallctl type from size_t to unsigned.
292 - Replace the "stats.arenas.<i>.bins.<j>.allocated" mallctl with
293 "stats.arenas.<i>.bins.<j>.curregs".
302 - Remove the "arenas.purge" mallctl, which was obsoleted by the
432 - Fix a race in the "arenas.extend" mallctl that could cause memory corruption
497 - Fix "arenas.extend" mallctl to output the number of arenas.
514 - Fix deadlock in the "arenas.purge" mallctl. This regression was introduced
522 - Add the "arenas.extend" mallctl, which allows applications to create
523 manually managed arenas.
525 - Add the "opt.dss", "arena.<i>.dss", and "stats.arenas.<i>.dss" mallctls,
527 - Add the "arena.<i>.purge" mallctl, which obsoletes "arenas.purge".
582 - Rename the "arenas.pagesize" mallctl to "arenas.page".
590 "stats.arenas.<i>.bins.<j>.highruns" and
591 "stats.arenas.<i>.lruns.<j>.highruns" mallctls.
593 "arenas.cacheline", "arenas.subpage", "arenas.[tqcs]space_{min,max}", and
594 "arenas.[tqcs]bins" mallctls.
595 - Remove the "arenas.chunksize" mallctl.
625 - Fix a bug in choose_arena_hard() that potentially caused more arenas to be
777 - Add the "arenas.purge" mallctl, which can be used to synchronously purge all