summaryrefslogtreecommitdiffstats
path: root/jemalloc
Commit message (Expand)AuthorAgeFilesLines
* Fix next_arena initialization.Jason Evans2010-05-111-1/+1
* Add MAP_NORESERVE support.Jordan DeLong2010-05-113-14/+32
* Fix junk filling of cached large objects.Jason Evans2010-04-281-1/+1
* Fix tcache crash during thread cleanup.Jason Evans2010-04-141-14/+12
* Fix profiling regression caused by bugfix.Jason Evans2010-04-141-8/+9
* Remove autom4te.cache in distclean (not relclean).Jason Evans2010-04-141-1/+1
* Fix arena chunk purge/dealloc race conditions.Jason Evans2010-04-141-24/+30
* Fix threads-related profiling bugs.Jason Evans2010-04-148-82/+118
* Update stale JEMALLOC_FILL code.Jason Evans2010-04-141-1/+1
* 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-085-30/+20
* 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-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