summaryrefslogtreecommitdiffstats
path: root/jemalloc/src/ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Replace JEMALLOC_OPTIONS with MALLOC_CONF.Jason Evans2010-10-241-31/+36
* Add per thread allocation counters, and enhance heap sampling.Jason Evans2010-10-211-0/+14
* Move variable declaration out of for loop header.Jason Evans2010-10-071-1/+2
* Make cumulative heap profile data optional.Jason Evans2010-10-031-0/+6
* Add the "arenas.purge" mallctl.Jason Evans2010-09-301-1/+40
* Port to Mac OS X.Jason Evans2010-09-121-11/+3
* Add the thread.arena mallctl.Jason Evans2010-08-141-0/+52
* Add sampling activation/deactivation control.Jason Evans2010-04-011-0/+29
* Make interval-triggered profile dumping optional.Jason Evans2010-04-011-1/+1
* Remove medium size classes.Jason Evans2010-03-171-54/+35
* Push locks into arena bins.Jason Evans2010-03-151-16/+120
* Simplify tcache object caching.Jason Evans2010-03-141-3/+3
* Add release versioning support.0.0.0Jason Evans2010-03-021-0/+4
* Allow prof.dump mallctl to specify filename.Jason Evans2010-03-021-4/+13
* Implement sampling for heap profiling.Jason Evans2010-03-021-0/+3
* Restructure source tree.Jason Evans2010-02-111-0/+1352