summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update documentation.1.0.0Jason Evans2010-04-123-2/+13
* Generalize ExtractSymbols optimization (pprof).Jason Evans2010-04-091-17/+18
* Revert re-addition of purge_lock.Jason Evans2010-04-092-39/+48
* Fix P/p reporting in stats_print().Jason Evans2010-04-091-1/+3
* Don't build with -march=native.Jason Evans2010-04-081-1/+0
* Fix build system problems.Jason Evans2010-04-086-32/+21
* Improve ExtractSymbols (pprof).Jason Evans2010-04-081-11/+4
* 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-024-4/+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-027-2/+33
* 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