aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor mutex profiling code with x-macros.Qi Wang2017-03-231-118/+49
* Switch to nstime_t for the time related fields in mutex profiling.Qi Wang2017-03-231-2/+2
* Added extents_dirty / _muzzy mutexes, as well as decay_dirty / _muzzy.Qi Wang2017-03-231-33/+48
* Added "stats.mutexes.reset" mallctl to reset all mutex stats.Qi Wang2017-03-231-76/+128
* Added JSON output for lock stats.Qi Wang2017-03-231-1/+3
* Added lock profiling and output for global locks (ctl, prof and base).Qi Wang2017-03-231-49/+97
* Add arena lock stats output.Qi Wang2017-03-231-8/+134
* Output bin lock profiling results to malloc_stats.Qi Wang2017-03-231-1/+7
* Implement two-phase decay-based purging.Jason Evans2017-03-151-53/+135
* Convert remaining arena_stats_t fields to atomicsDavid Goldblatt2017-03-131-24/+50
* Switch atomic uint64_ts in arena_stats_t to C11 atomicsDavid Goldblatt2017-03-131-20/+60
* Implement per-CPU arena.Qi Wang2017-03-081-1/+17
* Store associated arena in tcache.Qi Wang2017-03-071-1/+1
* Convert arena_decay_t's time to be atomically synchronized.Jason Evans2017-03-021-1/+1
* Small style fix in ctl.cQi Wang2017-03-011-2/+1
* Convert arena->dss_prec synchronization to atomics.Jason Evans2017-02-161-2/+2
* Fix/refactor tcaches synchronization.Jason Evans2017-02-011-2/+0
* Replace tabs following #define with spaces.Jason Evans2017-01-201-21/+21
* Remove extraneous parens around return arguments.Jason Evans2017-01-201-72/+72
* Update brace style.Jason Evans2017-01-201-178/+166
* Fix --disable-stats support.Jason Evans2017-01-191-161/+195
* Added stats about number of bytes cached in tcache currently.Qi Wang2017-01-181-0/+9
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-13/+0
* Implement arena.<i>.destroy .Jason Evans2017-01-061-86/+199
* Replace the arenas.initialized mallctl with arena.<i>.initialized .Jason Evans2017-01-061-29/+25
* Range-check mib[1] --> arena_ind casts.Jason Evans2017-01-061-7/+22
* Move static ctl_epoch variable into ctl_stats_t (as epoch).Jason Evans2017-01-061-4/+3
* Refactor ctl_stats_t.Jason Evans2017-01-061-58/+91
* Rename the arenas.extend mallctl to arenas.create.Jason Evans2017-01-061-3/+3
* Add MALLCTL_ARENAS_ALL.Jason Evans2017-01-061-76/+122
* Implement per arena base allocators.Jason Evans2016-12-261-20/+30
* Do not (recursively) allocate within tsd_fetch().Jason Evans2016-10-201-2/+2
* Make dss operations lockless.Jason Evans2016-10-131-2/+2
* Remove all vestiges of chunks.Jason Evans2016-10-121-6/+0
* Remove ratio-based purging.Jason Evans2016-10-121-81/+4
* Reduce "thread.arena" mallctl contention.Jason Evans2016-10-041-3/+1
* Silence a bogus compiler warning.Jason Evans2016-06-051-1/+3
* Modify extent hook functions to take an (extent_t *) argument.Jason Evans2016-06-051-8/+8
* Remove obsolete stats.arenas.<i>.metadata.mapped mallctl.Jason Evans2016-06-051-20/+6
* Rename most remaining *chunk* APIs to *extent*.Jason Evans2016-06-051-2/+2
* s/chunk_hook/extent_hook/gJason Evans2016-06-051-11/+11
* Rename huge to large.Jason Evans2016-06-051-72/+74
* Move slabs out of chunks.Jason Evans2016-06-051-18/+19
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-051-164/+11
* Remove redzone support.Jason Evans2016-05-131-3/+0
* Remove quarantine support.Jason Evans2016-05-131-8/+0
* Remove Valgrind support.Jason Evans2016-05-131-5/+1
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-101-113/+116
* Add the stats.retained and stats.arenas.<i>.retained statistics.Jason Evans2016-05-031-0/+10
* Fix huge_palloc() regression.Jason Evans2016-05-031-1/+1