summaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/stats.h
Commit message (Expand)AuthorAgeFilesLines
* HPA: Add stats for the hpa_shard.David Goldblatt2020-10-231-1/+2
* Push event handlers to constituent modulesYinan Zhang2020-05-121-1/+1
* Extract out per event postponed wait time fetchingYinan Zhang2020-05-121-0/+1
* Extract out per event new wait time fetchingYinan Zhang2020-05-121-1/+2
* Add forking handling for statsYinan Zhang2020-05-111-0/+3
* Unify write callback signatureYinan Zhang2020-05-111-2/+1
* Implement opt.stats_interval and the _opts options.Qi Wang2020-01-291-0/+18
* Add extents information to mallocstats outputTyler Etzel2018-08-021-1/+2
* Split up and standardize naming of stats code.David T. Goldblatt2017-12-181-140/+0
* Move bin stats code from arena to bin module.David T. Goldblatt2017-12-181-0/+6
* Add stats for metadata_thp.Qi Wang2017-08-301-0/+1
* Pull out caching for a bin into its own file.David Goldblatt2017-08-161-1/+0
* Add opt.stats_print_opts.Qi Wang2017-05-291-1/+20
* Header refactoring: unify and de-catchall mutex moduleDavid Goldblatt2017-05-241-10/+2
* Add stats: arena uptime.Qi Wang2017-05-181-0/+3
* Header refactoring: tsd - cleanup and dependency breaking.David Goldblatt2017-05-011-0/+3
* Refactor !opt.munmap to opt.retain.Jason Evans2017-04-291-4/+3
* Header refactoring: ctl - unify and remove from catchall.David Goldblatt2017-04-251-1/+1
* Header refactoring: stats - unify and remove from catchallDavid Goldblatt2017-04-241-0/+148
* Break up headers into constituent partsDavid Goldblatt2017-01-121-130/+0
* Implement per arena base allocators.Jason Evans2016-12-261-2/+3
* Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}().Jason Evans2016-11-071-1/+1
* Remove all vestiges of chunks.Jason Evans2016-10-121-41/+0
* Miscellaneous s/chunk/extent/ updates.Jason Evans2016-06-051-2/+1
* Remove obsolete stats.arenas.<i>.metadata.mapped mallctl.Jason Evans2016-06-051-6/+2
* Rename huge to large.Jason Evans2016-06-051-9/+9
* Move slabs out of chunks.Jason Evans2016-06-051-7/+7
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-051-30/+4
* Add the stats.retained and stats.arenas.<i>.retained statistics.Jason Evans2016-05-031-0/+8
* Fix stats.cactive accounting regression.Jason Evans2016-02-271-2/+12
* Move centralized chunk management into arenas.Jason Evans2015-02-121-15/+0
* Implement metadata statistics.Jason Evans2015-01-231-0/+7
* Add per size class huge allocation statistics.Jason Evans2014-10-121-8/+26
* Normalize size classes.Jason Evans2014-10-061-6/+1
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-151-0/+5
* Implement malloc_vsnprintf().Jason Evans2012-03-071-7/+0
* Remove highruns statistics.Jason Evans2012-02-131-6/+0
* Reduce cpp conditional logic complexity.Jason Evans2012-02-101-21/+0
* Move repo contents in jemalloc/ to top level.Jason Evans2011-03-311-0/+207