Lines Matching refs:arenas
60 - Fix stats.arenas.<i>.nthreads accounting. (@interwq)
103 - Add the stats.retained and stats.arenas.<i>.retained statistics. (@jasone)
161 + arenas.decay_time
162 + stats.arenas.<i>.decay_time
198 - Refactor arenas array. In addition to fixing a fork-related deadlock, this
212 - Fix stats.arenas.<i>.{dss,lg_dirty_mult,decay_time,pactive,pdirty} for
344 - Refactor huge allocation to be managed by arenas, so that arenas now
348 + The "stats.arenas.<i>.huge.allocated", "stats.arenas.<i>.huge.nmalloc",
349 "stats.arenas.<i>.huge.ndalloc", and "stats.arenas.<i>.huge.nrequests"
351 + The "arenas.nhchunks", "arenas.hchunk.<i>.size",
352 "stats.arenas.<i>.hchunks.<j>.nmalloc",
353 "stats.arenas.<i>.hchunks.<j>.ndalloc",
354 "stats.arenas.<i>.hchunks.<j>.nrequests", and
355 "stats.arenas.<i>.hchunks.<j>.curhchunks" mallctls provide per size class
366 "stats.arenas.<i>.metadata.mapped", and
367 "stats.arenas.<i>.metadata.allocated" mallctls.
371 "arenas.lg_dirty_mult", "arena.<i>.lg_dirty_mult", and
372 "stats.arenas.<i>.lg_dirty_mult" mallctls.
413 which arenas own which huge allocations.
426 - Change the "arenas.nlruns" mallctl type from size_t to unsigned.
427 - Replace the "stats.arenas.<i>.bins.<j>.allocated" mallctl with
428 "stats.arenas.<i>.bins.<j>.curregs".
437 - Remove the "arenas.purge" mallctl, which was obsoleted by the
567 - Fix a race in the "arenas.extend" mallctl that could cause memory corruption
632 - Fix "arenas.extend" mallctl to output the number of arenas.
649 - Fix deadlock in the "arenas.purge" mallctl. This regression was introduced
657 - Add the "arenas.extend" mallctl, which allows applications to create
658 manually managed arenas.
660 - Add the "opt.dss", "arena.<i>.dss", and "stats.arenas.<i>.dss" mallctls,
662 - Add the "arena.<i>.purge" mallctl, which obsoletes "arenas.purge".
717 - Rename the "arenas.pagesize" mallctl to "arenas.page".
725 "stats.arenas.<i>.bins.<j>.highruns" and
726 "stats.arenas.<i>.lruns.<j>.highruns" mallctls.
728 "arenas.cacheline", "arenas.subpage", "arenas.[tqcs]space_{min,max}", and
729 "arenas.[tqcs]bins" mallctls.
730 - Remove the "arenas.chunksize" mallctl.
760 - Fix a bug in choose_arena_hard() that potentially caused more arenas to be
912 - Add the "arenas.purge" mallctl, which can be used to synchronously purge all