summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/stats.h
Commit message (Expand)AuthorAgeFilesLines
* Add extents information to mallocstats outputTyler Etzel2018-08-021-1/+2
* Split up and standardize naming of stats code.David T. Goldblatt2017-12-191-140/+0
* Move bin stats code from arena to bin module.David T. Goldblatt2017-12-191-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-171-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-271-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-061-2/+1
* Remove obsolete stats.arenas.<i>.metadata.mapped mallctl.Jason Evans2016-06-061-6/+2
* Rename huge to large.Jason Evans2016-06-061-9/+9
* Move slabs out of chunks.Jason Evans2016-06-061-7/+7
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-30/+4
* Add the stats.retained and stats.arenas.<i>.retained statistics.Jason Evans2016-05-041-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-241-0/+7
* Add per size class huge allocation statistics.Jason Evans2014-10-131-8/+26
* Normalize size classes.Jason Evans2014-10-061-6/+1
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-0/+5
* Implement malloc_vsnprintf().Jason Evans2012-03-081-7/+0
* Remove highruns statistics.Jason Evans2012-02-131-6/+0
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-21/+0
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+207