summaryrefslogtreecommitdiffstats
path: root/jemalloc/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a heap dumping deadlock.Jason Evans2011-01-151-8/+22
* Fix a "thread.arena" mallctl bug.Jason Evans2010-12-291-0/+5
* Update various comments.Jason Evans2010-12-181-2/+2
* Remove an arena_bin_run_size_calc() constraint.Jason Evans2010-12-161-3/+1
* Remove high_water from tcache_bin_t.Jason Evans2010-12-161-2/+0
* Add the "thread.[de]allocatedp" mallctl's.Jason Evans2010-12-031-1/+7
* Use mremap(2) for huge realloc().Jason Evans2010-12-014-14/+93
* Push down ctl_mtx.Jason Evans2010-11-241-74/+124
* Fix prof bugs.Jason Evans2010-10-281-6/+29
* Fix compilation error.Jason Evans2010-10-251-1/+3
* 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