summaryrefslogtreecommitdiffstats
path: root/jemalloc/src
Commit message (Expand)AuthorAgeFilesLines
* Use madvise(..., MADV_FREE) on OS X.Jason Evans2010-10-241-3/+0
* Add missing #ifdef JEMALLOC_PROF.Jason Evans2010-10-241-0/+2
* Replace JEMALLOC_OPTIONS with MALLOC_CONF.Jason Evans2010-10-247-497/+575
* Fix heap profiling bugs.Jason Evans2010-10-223-66/+40
* Fix a heap profiling regression.Jason Evans2010-10-211-99/+0
* Inline the fast path for heap sampling.Jason Evans2010-10-211-479/+74
* Add per thread allocation counters, and enhance heap sampling.Jason Evans2010-10-214-67/+262
* Fix a bug in arena_dalloc_bin_run().Jason Evans2010-10-191-13/+53
* Fix arena bugs.Jason Evans2010-10-181-6/+19
* Fix arena bugs.Jason Evans2010-10-181-43/+58
* Add assertions to run coalescing.Jason Evans2010-10-181-7/+17
* Fix numerous arena bugs.Jason Evans2010-10-181-76/+170
* Preserve CHUNK_MAP_UNZEROED for small runs.Jason Evans2010-10-161-4/+8
* Fix a regression in CHUNK_MAP_UNZEROED change.Jason Evans2010-10-141-2/+3
* 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