Lines Matching refs:arenas
36 + arenas.lookup (@lionkov)
190 associated with destroyed arenas. (@jasone)
213 + arenas.{dirty,muzzy}_decay_ms
214 + arenas.bin.<i>.slab_size
215 + arenas.nlextents
216 + arenas.lextent.<i>.size
217 + arenas.create
222 + stats.arenas.<i>.{dirty,muzzy}_decay_ms
223 + stats.arenas.<i>.uptime
224 + stats.arenas.<i>.{pmuzzy,base,internal,resident}
225 + stats.arenas.<i>.{dirty,muzzy}_{npurge,nmadvise,purged}
226 + stats.arenas.<i>.bins.<j>.{nslabs,reslabs,curslabs}
227 + stats.arenas.<i>.bins.<j>.mutex.
230 + stats.arenas.<i>.lextents.<j>.{nmalloc,ndalloc,nrequests,curlextents}
231 + stats.arenas.i.mutexes.{large,extent_avail,extents_dirty,extents_muzzy,
287 - Implement per arena base allocators, so that arenas never share any virtual
321 + arenas.initialized
322 + arenas.lg_dirty_mult
323 + arenas.decay_time
324 + arenas.bin.<i>.run_size
325 + arenas.nlruns
326 + arenas.lrun.<i>.size
327 + arenas.nhchunks
328 + arenas.hchunk.<i>.size
329 + arenas.extend
331 + stats.arenas.<i>.lg_dirty_mult
332 + stats.arenas.<i>.decay_time
333 + stats.arenas.<i>.metadata.{mapped,allocated}
334 + stats.arenas.<i>.{npurge,nmadvise,purged}
335 + stats.arenas.<i>.huge.{allocated,nmalloc,ndalloc,nrequests}
336 + stats.arenas.<i>.bins.<j>.{nruns,reruns,curruns}
337 + stats.arenas.<i>.lruns.<j>.{nmalloc,ndalloc,nrequests,curruns}
338 + stats.arenas.<i>.hchunks.<j>.{nmalloc,ndalloc,nrequests,curhchunks}
434 - Fix stats.arenas.<i>.nthreads accounting. (@interwq)
477 - Add the stats.retained and stats.arenas.<i>.retained statistics. (@jasone)
535 + arenas.decay_time
536 + stats.arenas.<i>.decay_time
572 - Refactor arenas array. In addition to fixing a fork-related deadlock, this
586 - Fix stats.arenas.<i>.{dss,lg_dirty_mult,decay_time,pactive,pdirty} for
718 - Refactor huge allocation to be managed by arenas, so that arenas now
722 + The "stats.arenas.<i>.huge.allocated", "stats.arenas.<i>.huge.nmalloc",
723 "stats.arenas.<i>.huge.ndalloc", and "stats.arenas.<i>.huge.nrequests"
725 + The "arenas.nhchunks", "arenas.hchunk.<i>.size",
726 "stats.arenas.<i>.hchunks.<j>.nmalloc",
727 "stats.arenas.<i>.hchunks.<j>.ndalloc",
728 "stats.arenas.<i>.hchunks.<j>.nrequests", and
729 "stats.arenas.<i>.hchunks.<j>.curhchunks" mallctls provide per size class
740 "stats.arenas.<i>.metadata.mapped", and
741 "stats.arenas.<i>.metadata.allocated" mallctls.
745 "arenas.lg_dirty_mult", "arena.<i>.lg_dirty_mult", and
746 "stats.arenas.<i>.lg_dirty_mult" mallctls.
787 which arenas own which huge allocations.
800 - Change the "arenas.nlruns" mallctl type from size_t to unsigned.
801 - Replace the "stats.arenas.<i>.bins.<j>.allocated" mallctl with
802 "stats.arenas.<i>.bins.<j>.curregs".
811 - Remove the "arenas.purge" mallctl, which was obsoleted by the
941 - Fix a race in the "arenas.extend" mallctl that could cause memory corruption
1006 - Fix "arenas.extend" mallctl to output the number of arenas.
1023 - Fix deadlock in the "arenas.purge" mallctl. This regression was introduced
1031 - Add the "arenas.extend" mallctl, which allows applications to create
1032 manually managed arenas.
1034 - Add the "opt.dss", "arena.<i>.dss", and "stats.arenas.<i>.dss" mallctls,
1036 - Add the "arena.<i>.purge" mallctl, which obsoletes "arenas.purge".
1091 - Rename the "arenas.pagesize" mallctl to "arenas.page".
1099 "stats.arenas.<i>.bins.<j>.highruns" and
1100 "stats.arenas.<i>.lruns.<j>.highruns" mallctls.
1102 "arenas.cacheline", "arenas.subpage", "arenas.[tqcs]space_{min,max}", and
1103 "arenas.[tqcs]bins" mallctls.
1104 - Remove the "arenas.chunksize" mallctl.
1134 - Fix a bug in choose_arena_hard() that potentially caused more arenas to be
1286 - Add the "arenas.purge" mallctl, which can be used to synchronously purge all