summaryrefslogtreecommitdiffstats
path: root/jemalloc/include
Commit message (Expand)AuthorAgeFilesLines
* Update various comments.Jason Evans2010-12-181-47/+38
* Remove high_water from tcache_bin_t.Jason Evans2010-12-161-6/+0
* Use mremap(2) for huge realloc().Jason Evans2010-12-015-2/+7
* Use madvise(..., MADV_FREE) on OS X.Jason Evans2010-10-241-6/+3
* Replace JEMALLOC_OPTIONS with MALLOC_CONF.Jason Evans2010-10-247-13/+19
* Fix heap profiling bugs.Jason Evans2010-10-223-17/+45
* Fix a heap profiling regression.Jason Evans2010-10-212-2/+110
* Inline the fast path for heap sampling.Jason Evans2010-10-212-25/+373
* Add per thread allocation counters, and enhance heap sampling.Jason Evans2010-10-212-87/+177
* Fix numerous arena bugs.Jason Evans2010-10-181-4/+2
* Increase PRN 'a' and 'c' constants.Jason Evans2010-10-031-1/+1
* Increase default backtrace depth from 4 to 128.Jason Evans2010-10-031-4/+7
* Make cumulative heap profile data optional.Jason Evans2010-10-032-21/+43
* Change CHUNK_MAP_ZEROED to CHUNK_MAP_UNZEROED.Jason Evans2010-10-021-6/+6
* Omit chunk header in arena chunk map.Jason Evans2010-10-024-10/+20
* Disable interval-based profile dumps by default.Jason Evans2010-10-011-1/+1
* Add the "arenas.purge" mallctl.Jason Evans2010-09-301-3/+4
* Fix compiler warnings and errors.Jason Evans2010-09-211-1/+2
* Fix compiler warnings.Jason Evans2010-09-212-15/+18
* Add memalign() and valloc() overrides.Jason Evans2010-09-201-0/+7
* Wrap strerror_r().Jason Evans2010-09-201-2/+3
* Add gcc attributes for *allocm() prototypes.Jason Evans2010-09-181-4/+6
* Add {,r,s,d}allocm().Jason Evans2010-09-174-18/+93
* Fix porting regressions.Jason Evans2010-09-121-2/+2
* Port to Mac OS X.Jason Evans2010-09-128-58/+333
* Add MAP_NORESERVE support.Jordan DeLong2010-05-111-0/+1
* Fix junk filling of cached large objects.Jason Evans2010-04-281-1/+1
* Fix threads-related profiling bugs.Jason Evans2010-04-144-10/+13
* Update stale JEMALLOC_FILL code.Jason Evans2010-04-141-1/+1
* 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