Lines Matching refs:stats

60   - Fix stats.arenas.<i>.nthreads accounting.  (@interwq)
66 - Fix over-sized allocation of arena_t (plus associated stats) data
103 - Add the stats.retained and stats.arenas.<i>.retained statistics. (@jasone)
162 + stats.arenas.<i>.decay_time
195 - Fix stats.cactive accounting regression. (@rustyx, @jasone)
212 - Fix stats.arenas.<i>.{dss,lg_dirty_mult,decay_time,pactive,pdirty} for
213 --disable-stats case. (@jasone)
348 + The "stats.arenas.<i>.huge.allocated", "stats.arenas.<i>.huge.nmalloc",
349 "stats.arenas.<i>.huge.ndalloc", and "stats.arenas.<i>.huge.nrequests"
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
365 - Add metadata statistics, which are accessible via the "stats.metadata",
366 "stats.arenas.<i>.metadata.mapped", and
367 "stats.arenas.<i>.metadata.allocated" mallctls.
368 - Add the "stats.resident" mallctl, which reports the upper limit of
372 "stats.arenas.<i>.lg_dirty_mult" mallctls.
427 - Replace the "stats.arenas.<i>.bins.<j>.allocated" mallctl with
428 "stats.arenas.<i>.bins.<j>.curregs".
441 - Remove the "stats.huge.allocated", "stats.huge.nmalloc", and
442 "stats.huge.ndalloc" mallctls.
444 - Remove the "stats.chunks.current", "stats.chunks.total", and
445 "stats.chunks.high" mallctls.
505 - Fix mallctl argument size mismatches (size_t vs. uint64_t) in the stats unit
541 - Fix a data race for large allocation stats counters.
660 - Add the "opt.dss", "arena.<i>.dss", and "stats.arenas.<i>.dss" mallctls,
713 - Enable stats by default.
725 "stats.arenas.<i>.bins.<j>.highruns" and
726 "stats.arenas.<i>.lruns.<j>.highruns" mallctls.
756 - Fix the "epoch" mallctl to update cached stats even if the passed in epoch
817 - Add the "stats.cactive" mallctl.
846 - Fix a thread cache stats merging bug.