summaryrefslogtreecommitdiffstats
path: root/jemalloc/src
Commit message (Expand)AuthorAgeFilesLines
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-0121-11560/+0
* Fix a build error for --disable-tcache.Jason Evans2011-03-301-0/+2
* Revert "Add support for libunwind backtrace caching."Jason Evans2011-03-231-79/+15
* Fix an assertion in arena_purge().Jason Evans2011-03-241-3/+6
* Add support for libunwind backtrace caching.je@facebook.com2011-03-241-15/+79
* Fix error detection for ipalloc() when profiling.Jason Evans2011-03-233-41/+67
* Fix rallocm() rsize bug.Jason Evans2011-03-231-0/+2
* Fix bootstrapping order bug.Jason Evans2011-03-231-5/+5
* Avoid overflow in arena_run_regind().Jason Evans2011-03-221-1/+11
* Dynamically adjust tcache fill count.Jason Evans2011-03-212-6/+6
* Use OSSpinLock*() for locking on OS X.Jason Evans2011-03-192-1/+13
* Add atomic.[ch].Jason Evans2011-03-191-0/+2
* Add the "stats.cactive" mallctl.Jason Evans2011-03-199-8/+57
* Improve thread-->arena assignment.Jason Evans2011-03-184-13/+76
* Reverse tcache fill order.Jason Evans2011-03-181-1/+2
* Use bitmaps to track small regions.Jason Evans2011-03-175-101/+242
* Improve backtracing-related configuration.Jason Evans2011-03-161-38/+40
* Add missing error checks.Jason Evans2011-03-152-2/+6
* Create arena_bin_info_t.Jason Evans2011-03-153-184/+254
* Reduce size of small_size2bin lookup table.Jason Evans2011-03-151-38/+42
* Fix a thread cache stats merging bug.Jason Evans2011-03-141-0/+19
* Fix a "thread.arena" mallctl bug.Jason Evans2011-03-141-2/+2
* Fix style nits.Jason Evans2011-02-141-2/+4
* Fix "thread.{de,}allocatedp" mallctl.Jason Evans2011-02-142-2/+24
* Fix an alignment-related bug in huge_ralloc().Jason Evans2011-02-011-3/+3
* Fix assertion typos.Jason Evans2011-01-151-7/+7
* 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