summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev'2.2.1Jason Evans2011-03-303-3/+69
|\
| * Update ChangeLog for 2.2.1.Jason Evans2011-03-301-0/+7
| * Implement atomic operations for x86/x64.Jason Evans2011-03-241-0/+56
| * Revert "Add support for libunwind backtrace caching."Jason Evans2011-03-233-94/+16
| * Merge branch 'arena_purge' into devJason Evans2011-03-244-19/+100
| |\
| | * Fix an assertion in arena_purge().Jason Evans2011-03-241-3/+6
| | * Add support for libunwind backtrace caching.je@facebook.com2011-03-243-16/+94
* | | Merge branch 'dev'2.2.0Jason Evans2011-03-2335-647/+2009
|\ \ \ | |/ /
| * | Update ChangeLog for 2.2.0.Jason Evans2011-03-221-0/+29
| |/
| * Fix error detection for ipalloc() when profiling.Jason Evans2011-03-234-62/+105
| * 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-226-7/+27
| * Dynamically adjust tcache fill count.Jason Evans2011-03-213-9/+27
| * Use OSSpinLock*() for locking on OS X.Jason Evans2011-03-197-12/+69
| * Add atomic operation support for OS X.Jason Evans2011-03-194-0/+60
| * Update pprof.Jason Evans2011-03-191-49/+160
| * Add atomic.[ch].Jason Evans2011-03-192-0/+79
| * Add the "stats.cactive" mallctl.Jason Evans2011-03-1916-20/+126
| * Improve thread-->arena assignment.Jason Evans2011-03-188-16/+101
| * Reverse tcache fill order.Jason Evans2011-03-181-1/+2
| * Use bitmaps to track small regions.Jason Evans2011-03-1715-139/+702
| * Improve backtracing-related configuration.Jason Evans2011-03-164-83/+140
| * Clean up after arena_bin_info_t change.Jason Evans2011-03-161-7/+7
| * Add missing error checks.Jason Evans2011-03-152-2/+6
| * Create arena_bin_info_t.Jason Evans2011-03-156-223/+324
| * Fix a build dependency regression.Jason Evans2011-03-151-1/+2
| * Reduce size of small_size2bin lookup table.Jason Evans2011-03-154-41/+52
| * Expand a comment regarding geometric sampling.Jason Evans2011-03-151-2/+16
| * Set default symbol visibility to hidden.Jason Evans2011-03-151-11/+11
* | Merge branch 'dev'2.1.3Jason Evans2011-03-145-18/+55
|\ \ | |/
| * Update ChangeLog for 2.1.3.Jason Evans2011-03-141-0/+8
| * Fix a thread cache stats merging bug.Jason Evans2011-03-141-0/+19
| * Fix a "thread.arena" mallctl bug.Jason Evans2011-03-142-16/+26
| * Fix a cpp logic regression.Jason Evans2011-03-071-2/+2
* | Merge branch 'dev'2.1.2Jason Evans2011-03-028-59/+142
|\ \ | |/
| * Update ChangeLog for 2.1.2.je2011-03-021-0/+6
| * Build both PIC and no PIC static librariesArun Sharma2011-03-022-11/+19
| * Fix style nits.Jason Evans2011-02-143-6/+8
| * Fix "thread.{de,}allocatedp" mallctl.Jason Evans2011-02-145-32/+99
| * Add release dates to ChangeLog.Jason Evans2011-02-081-10/+10
* | Merge branch 'dev'2.1.1Jason Evans2011-02-0112-89/+97
|\ \ | |/
| * Update ChangeLog for 2.1.1.Jason Evans2011-02-011-1/+9
| * Fix an alignment-related bug in huge_ralloc().Jason Evans2011-02-011-3/+3
| * Fix ALLOCM_LG_ALIGN definition.Jason Evans2011-01-261-1/+1
| * Fix assertion typos.Jason Evans2011-01-152-8/+8
| * 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-182-49/+40
| * Remove an arena_bin_run_size_calc() constraint.Jason Evans2010-12-161-3/+1