summaryrefslogtreecommitdiffstats
path: root/jemalloc
Commit message (Expand)AuthorAgeFilesLines
* Fix error path in prof_dump().Jason Evans2010-04-061-1/+0
* Report E/e option state in jemalloc_stats_print().Jason Evans2010-04-062-3/+6
* Optimize ExtractSymbols (pprof).Jason Evans2010-04-031-6/+19
* Use addr2line only for --line option (pprof).Jason Evans2010-04-031-1/+2
* Import pprof from google-perftools, svn r91.Jason Evans2010-04-023-3/+4358
* Don't disable leak reporting due to sampling.Jason Evans2010-04-022-11/+1
* Add sampling activation/deactivation control.Jason Evans2010-04-015-1/+68
* Make interval-triggered profile dumping optional.Jason Evans2010-04-016-14/+24
* Reduce statistical heap sampling memory overhead.Jason Evans2010-03-317-59/+224
* Re-add purge_lock to funnel madvise(2) calls.Jason Evans2010-03-272-48/+39
* Set/clear CHUNK_MAP_ZEROED in arena_chunk_purge().Jason Evans2010-03-221-11/+32
* Track dirty and clean runs separately.Jason Evans2010-03-194-226/+285
* Remove medium size classes.Jason Evans2010-03-1712-483/+514
* Fix a run initialization race condition.Jason Evans2010-03-162-15/+24
* Add assertions.Jason Evans2010-03-153-1/+11
* 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
* Fix malloc_stats_print() man page prototype.Jason Evans2010-03-151-2/+2
* mmap()/munmap() without arena->lock or bin->lock.Jason Evans2010-03-151-41/+118
* Purge dirty pages without arena->lock.Jason Evans2010-03-152-76/+255
* Push locks into arena bins.Jason Evans2010-03-159-191/+368
* Simplify small object allocation/deallocation.Jason Evans2010-03-142-343/+135
* Simplify tcache object caching.Jason Evans2010-03-148-247/+172
* Modify dirty page purging algorithm.Jason Evans2010-03-054-75/+80
* Print version in malloc_stats_print().Jason Evans2010-03-041-0/+5
* Simplify malloc_message().Jason Evans2010-03-0413-248/+270
* Fix various config/build issues.Jason Evans2010-03-043-17/+35
* Move sampling init into prof_alloc_prep().Jason Evans2010-03-031-39/+51
* Add the --with-static-libunwind configure option.Jason Evans2010-03-022-1/+18
* Add release versioning support.0.0.0Jason Evans2010-03-026-2/+32
* Allow prof.dump mallctl to specify filename.Jason Evans2010-03-024-78/+134
* Edit rb documentation.Jason Evans2010-03-021-7/+6
* Implement sampling for heap profiling.Jason Evans2010-03-029-59/+201
* Rewrite red-black trees.Jason Evans2010-02-284-803/+842
* 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
* Fix a man page typo.Jason Evans2010-02-121-1/+2
* Fix #include ordering for mb.h.Jason Evans2010-02-111-4/+4
* Avoid extra dumping for JEMALLOC_OPTIONS=L.Jason Evans2010-02-111-4/+6
* Wrap mallctl* references with JEMALLOC_P().Jason Evans2010-02-112-23/+33
* Restructure source tree.Jason Evans2010-02-1143-116/+102
* Remove tracing (--enable-trace).Jason Evans2010-02-1117-1885/+13
* Implement interval-based heap profile dumping.Jason Evans2010-02-1110-76/+292
* Add JEMALLOC_PROF_PREFIX support.Jason Evans2010-02-113-14/+64
* 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-1111-30/+118
* Implement allocation profiling and leack checking.Jason Evans2010-02-1025-166/+2824
* Fix some comments and whitespace.Jason Evans2010-01-314-3/+5