summaryrefslogtreecommitdiffstats
path: root/jemalloc/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary isalloc() calls.Jason Evans2010-05-121-12/+18
* Fix next_arena initialization.Jason Evans2010-05-111-1/+1
* Add MAP_NORESERVE support.Jordan DeLong2010-05-112-14/+31
* Fix tcache crash during thread cleanup.Jason Evans2010-04-141-14/+12
* Fix profiling regression caused by bugfix.Jason Evans2010-04-141-8/+9
* Fix arena chunk purge/dealloc race conditions.Jason Evans2010-04-141-24/+30
* Fix threads-related profiling bugs.Jason Evans2010-04-144-72/+105
* Revert re-addition of purge_lock.Jason Evans2010-04-091-37/+43
* Fix P/p reporting in stats_print().Jason Evans2010-04-091-1/+3
* Fix error path in prof_dump().Jason Evans2010-04-061-1/+0
* Report E/e option state in jemalloc_stats_print().Jason Evans2010-04-061-1/+4
* Don't disable leak reporting due to sampling.Jason Evans2010-04-021-8/+0
* Add sampling activation/deactivation control.Jason Evans2010-04-013-1/+40
* Make interval-triggered profile dumping optional.Jason Evans2010-04-014-10/+18
* Reduce statistical heap sampling memory overhead.Jason Evans2010-03-313-52/+183
* Re-add purge_lock to funnel madvise(2) calls.Jason Evans2010-03-271-43/+37
* Set/clear CHUNK_MAP_ZEROED in arena_chunk_purge().Jason Evans2010-03-221-11/+32
* Track dirty and clean runs separately.Jason Evans2010-03-192-195/+245
* Remove medium size classes.Jason Evans2010-03-175-325/+263
* Fix a run initialization race condition.Jason Evans2010-03-162-15/+24
* Add assertions.Jason Evans2010-03-151-0/+4
* Widen malloc_stats_print() output columns.Jason Evans2010-03-151-14/+15
* arena_chunk_purge() arena->nactive fix.Jason Evans2010-03-151-0/+1
* Change xmallctl() --> CTL_GET() where possible.Jason Evans2010-03-151-3/+3
* mmap()/munmap() without arena->lock or bin->lock.Jason Evans2010-03-151-41/+118
* Purge dirty pages without arena->lock.Jason Evans2010-03-151-68/+230
* Push locks into arena bins.Jason Evans2010-03-154-170/+283
* Simplify small object allocation/deallocation.Jason Evans2010-03-141-314/+123
* Simplify tcache object caching.Jason Evans2010-03-145-168/+125
* Modify dirty page purging algorithm.Jason Evans2010-03-051-68/+61
* Print version in malloc_stats_print().Jason Evans2010-03-041-0/+5
* Simplify malloc_message().Jason Evans2010-03-048-212/+234
* Move sampling init into prof_alloc_prep().Jason Evans2010-03-031-39/+51
* Add release versioning support.0.0.0Jason Evans2010-03-021-0/+4
* Allow prof.dump mallctl to specify filename.Jason Evans2010-03-022-75/+130
* Implement sampling for heap profiling.Jason Evans2010-03-025-54/+169
* Rewrite red-black trees.Jason Evans2010-02-282-15/+24
* Don't implicitly enable interval-based profiling.Jason Evans2010-02-161-1/+1
* Fix a bug in nmalloc stats.Jason Evans2010-02-121-2/+0
* Avoid extra dumping for JEMALLOC_OPTIONS=L.Jason Evans2010-02-111-4/+6
* Wrap mallctl* references with JEMALLOC_P().Jason Evans2010-02-111-19/+28
* Restructure source tree.Jason Evans2010-02-1140-3626/+17
* Remove tracing (--enable-trace).Jason Evans2010-02-1114-1787/+11
* Implement interval-based heap profile dumping.Jason Evans2010-02-119-70/+228
* Add JEMALLOC_PROF_PREFIX support.Jason Evans2010-02-111-8/+28
* Dump /proc/<pid>/maps in heap profiles.Jason Evans2010-02-111-0/+52
* Fix a profiling bootstrap bug.Jason Evans2010-02-113-13/+25
* Various heap profiling improvements.Jason Evans2010-02-119-26/+87
* Implement allocation profiling and leack checking.Jason Evans2010-02-1021-162/+2706
* Fix some comments and whitespace.Jason Evans2010-01-314-3/+5