summaryrefslogtreecommitdiffstats
path: root/jemalloc/include
Commit message (Expand)AuthorAgeFilesLines
* Revert re-addition of purge_lock.Jason Evans2010-04-091-2/+5
* Fix build system problems.Jason Evans2010-04-081-5/+0
* Add sampling activation/deactivation control.Jason Evans2010-04-011-0/+7
* Make interval-triggered profile dumping optional.Jason Evans2010-04-011-1/+1
* Reduce statistical heap sampling memory overhead.Jason Evans2010-03-314-7/+41
* Re-add purge_lock to funnel madvise(2) calls.Jason Evans2010-03-271-5/+2
* Track dirty and clean runs separately.Jason Evans2010-03-192-31/+40
* Remove medium size classes.Jason Evans2010-03-175-76/+196
* Add assertions.Jason Evans2010-03-152-1/+7
* Purge dirty pages without arena->lock.Jason Evans2010-03-151-8/+25
* Push locks into arena bins.Jason Evans2010-03-154-16/+55
* Simplify small object allocation/deallocation.Jason Evans2010-03-141-29/+12
* Simplify tcache object caching.Jason Evans2010-03-142-71/+44
* Modify dirty page purging algorithm.Jason Evans2010-03-052-5/+16
* Simplify malloc_message().Jason Evans2010-03-044-28/+28
* Add release versioning support.0.0.0Jason Evans2010-03-021-0/+7
* Allow prof.dump mallctl to specify filename.Jason Evans2010-03-021-1/+1
* Edit rb documentation.Jason Evans2010-03-021-7/+6
* Implement sampling for heap profiling.Jason Evans2010-03-022-4/+18
* Rewrite red-black trees.Jason Evans2010-02-282-788/+818
* Fix #include ordering for mb.h.Jason Evans2010-02-111-4/+4
* Wrap mallctl* references with JEMALLOC_P().Jason Evans2010-02-111-4/+5
* Restructure source tree.Jason Evans2010-02-1123-0/+3609