summaryrefslogtreecommitdiffstats
path: root/jemalloc
Commit message (Expand)AuthorAgeFilesLines
...
* Add {,r,s,d}allocm().Jason Evans2010-09-1717-120/+888
* Update modification date in man page.Jason Evans2010-09-121-1/+1
* Fix porting regressions.Jason Evans2010-09-123-15/+9
* Move size class table to man page.Jason Evans2010-09-123-84/+67
* Add posix_memalign test.Jason Evans2010-09-123-1/+154
* Port to Mac OS X.Jason Evans2010-09-1226-291/+1147
* Add the thread.arena mallctl.Jason Evans2010-08-146-2/+189
* Move assert() calls up in arena_run_reg_alloc().Jason Evans2010-08-051-1/+1
* Add a missing mutex unlock in malloc_init_hard().Jason Evans2010-07-221-0/+1
* Fix the libunwind version of prof_backtrace().Jason Evans2010-06-041-5/+4
* 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-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