summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/ctl.h
Commit message (Expand)AuthorAgeFilesLines
* Split up and standardize naming of stats code.David T. Goldblatt2017-12-191-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-071-1/+11
* Range-check mib[1] --> arena_ind casts.Jason Evans2017-01-071-1/+1
* Move static ctl_epoch variable into ctl_stats_t (as epoch).Jason Evans2017-01-071-0/+1
* Refactor ctl_stats_t.Jason Evans2017-01-071-1/+1
* Remove ratio-based purging.Jason Evans2016-10-121-1/+0
* Rename huge to large.Jason Evans2016-06-061-1/+1
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-2/+1
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-111-5/+5
* Add the stats.retained and stats.arenas.<i>.retained statistics.Jason Evans2016-05-041-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-281-0/+3
* Implement decay-based unused dirty page purging.Jason Evans2016-02-201-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-241-0/+1
* Move centralized chunk management into arenas.Jason Evans2015-02-121-5/+0
* Implement metadata statistics.Jason Evans2015-01-241-0/+1
* Add per size class huge allocation statistics.Jason Evans2014-10-131-0/+1
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-5/+0
* Add arena-specific and selective dss allocation.Jason Evans2012-10-131-0/+2
* Fix fork(2)-related deadlocks.Jason Evans2012-10-091-0/+3
* Fix ctl regression.Jason Evans2012-04-241-6/+6
* Avoid using a union for ctl_node_sMike Hommey2012-04-231-12/+15
* Implement malloc_vsnprintf().Jason Evans2012-03-081-7/+5
* Add --with-mangling.Jason Evans2012-03-021-3/+3
* Simplify small size class infrastructure.Jason Evans2012-02-291-1/+1
* Remove the swap feature.Jason Evans2012-02-131-1/+0
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-6/+0
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+118