summaryrefslogtreecommitdiffstats
path: root/jemalloc/src
Commit message (Expand)AuthorAgeFilesLines
...
* Move variable declaration out of for loop header.Jason Evans2010-10-071-1/+2
* Increase PRN 'a' and 'c' constants.Jason Evans2010-10-031-1/+1
* Fix leak context count reporting.Jason Evans2010-10-031-3/+3
* Increase default backtrace depth from 4 to 128.Jason Evans2010-10-031-5/+51
* Make cumulative heap profile data optional.Jason Evans2010-10-035-103/+230
* Remove malloc_swap_enable().Jason Evans2010-10-021-17/+0
* Use offsetof() when sizing dynamic structures.Jason Evans2010-10-023-6/+7
* Change CHUNK_MAP_ZEROED to CHUNK_MAP_UNZEROED.Jason Evans2010-10-021-20/+26
* Omit chunk header in arena chunk map.Jason Evans2010-10-023-150/+173
* Add the "arenas.purge" mallctl.Jason Evans2010-09-302-8/+57
* Fix compiler warnings and errors.Jason Evans2010-09-211-49/+67
* Fix compiler warnings.Jason Evans2010-09-213-15/+70
* Add memalign() and valloc() overrides.Jason Evans2010-09-201-0/+43
* Wrap strerror_r().Jason Evans2010-09-203-8/+29
* Remove bad assertions in malloc_{pre,post}fork().Jason Evans2010-09-201-7/+1
* Add {,r,s,d}allocm().Jason Evans2010-09-176-90/+353
* Move size class table to man page.Jason Evans2010-09-121-82/+0
* Port to Mac OS X.Jason Evans2010-09-1212-129/+653
* Add the thread.arena mallctl.Jason Evans2010-08-141-0/+52
* 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-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