summaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/ctl.h
Commit message (Expand)AuthorAgeFilesLines
* Optimize stats print using partial name-to-mibYinan Zhang2020-12-181-0/+19
* Enable ctl on partial mib and partial nameYinan Zhang2020-12-181-0/+2
* Add partial name-to-mib functionalityYinan Zhang2020-12-181-1/+2
* PA: Use an SEC in fron of the HPA shard.David Goldblatt2020-10-231-0/+1
* HPA: Add stats for the hpa_shard.David Goldblatt2020-10-231-0/+1
* PA->PAC: Move in stats.David Goldblatt2020-07-091-1/+1
* Move extent stats to the PA module.David Goldblatt2020-04-101-1/+1
* Reduce footprint of bin_t.Qi Wang2019-11-211-1/+1
* Add "prof.dump_prefix" to override filename prefixes for dumps.zhxchen172019-09-121-0/+1
* Track nfills and nflushes for arenas.i.small / large.Qi Wang2019-05-151-0/+2
* Add extents information to mallocstats outputTyler Etzel2018-08-021-0/+1
* Hide size class computation behind a layer of indirection.David Goldblatt2018-07-121-3/+3
* Split up and standardize naming of stats code.David T. Goldblatt2017-12-181-2/+2
* Add stats for metadata_thp.Qi Wang2017-08-301-0/+1
* Switch ctl to explicitly use tsd instead of tsdn.Qi Wang2017-06-231-2/+1
* Add background thread related stats.Qi Wang2017-05-231-0/+1
* Refactor *decay_time into *decay_ms.Jason Evans2017-05-181-2/+2
* Refactor (MALLOCX_ARENA_MAX + 1) to be MALLOCX_ARENA_LIMIT.Jason Evans2017-05-141-2/+2
* Header refactoring: ctl - unify and remove from catchall.David Goldblatt2017-04-251-0/+130
* Break up headers into constituent partsDavid Goldblatt2017-01-121-127/+0
* Implement arena.<i>.destroy .Jason Evans2017-01-061-1/+11
* Range-check mib[1] --> arena_ind casts.Jason Evans2017-01-061-1/+1
* Move static ctl_epoch variable into ctl_stats_t (as epoch).Jason Evans2017-01-061-0/+1
* Refactor ctl_stats_t.Jason Evans2017-01-061-1/+1
* Remove ratio-based purging.Jason Evans2016-10-121-1/+0
* Rename huge to large.Jason Evans2016-06-051-1/+1
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-051-2/+1
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-101-5/+5
* Add the stats.retained and stats.arenas.<i>.retained statistics.Jason Evans2016-05-031-0/+1
* Add witness, a simple online locking validator.Jason Evans2016-04-141-11/+13
* Fix stats.arenas.<i>.[...] for --disable-stats case.Jason Evans2016-02-271-0/+3
* Implement decay-based unused dirty page purging.Jason Evans2016-02-191-0/+1
* Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.Jason Evans2015-03-241-0/+1
* Add the "stats.allocated" mallctl.Jason Evans2015-03-231-0/+1
* Move centralized chunk management into arenas.Jason Evans2015-02-121-5/+0
* Implement metadata statistics.Jason Evans2015-01-231-0/+1
* Add per size class huge allocation statistics.Jason Evans2014-10-121-0/+1
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-151-5/+0
* Add arena-specific and selective dss allocation.Jason Evans2012-10-121-0/+2
* Fix fork(2)-related deadlocks.Jason Evans2012-10-091-0/+3
* Fix ctl regression.Jason Evans2012-04-231-6/+6
* Avoid using a union for ctl_node_sMike Hommey2012-04-231-12/+15
* Implement malloc_vsnprintf().Jason Evans2012-03-071-7/+5
* Add --with-mangling.Jason Evans2012-03-011-3/+3
* Simplify small size class infrastructure.Jason Evans2012-02-281-1/+1
* Remove the swap feature.Jason Evans2012-02-131-1/+0
* Reduce cpp conditional logic complexity.Jason Evans2012-02-101-6/+0
* Move repo contents in jemalloc/ to top level.Jason Evans2011-03-311-0/+118