summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Reorder macros.Jason Evans2012-03-022-6/+6
| * Add --with-mangling.Jason Evans2012-03-0215-176/+265
| * Simplify zone_good_size().Jason Evans2012-02-291-15/+3
| * Add nallocm().Jason Evans2012-02-295-25/+131
| * Use glibc allocator hooks.Jason Evans2012-02-293-4/+28
| * Do not enforce minimum alignment in memalign().Jason Evans2012-02-291-6/+8
| * Remove unused variables in stats_print().Jason Evans2012-02-291-4/+0
| * Remove unused variable in arena_run_split().Jason Evans2012-02-291-2/+1
| * Remove unused variables in tcache_dalloc_large().Jason Evans2012-02-291-6/+1
| * Enable support for junk/zero filling by default.Jason Evans2012-02-292-6/+7
| * Enable the stats configuration option by default.Jason Evans2012-02-293-7/+4
| * Remove the sysv option.Jason Evans2012-02-298-113/+7
| * Fix realloc(p, 0) to act like free(p).Jason Evans2012-02-291-13/+19
| * Simplify small size class infrastructure.Jason Evans2012-02-2917-859/+328
| * Remove the opt.lg_prof_bt_max option.Jason Evans2012-02-146-61/+18
| * Remove the opt.lg_prof_tcmax option.Jason Evans2012-02-146-50/+8
| * Fix bin->runcur management.Jason Evans2012-02-141-62/+72
| * Remove highruns statistics.Jason Evans2012-02-136-84/+15
| * Make 8-byte tiny size class non-optional.Jason Evans2012-02-138-145/+44
| * Do not enable lazy locking by default.Jason Evans2012-02-132-6/+6
| * Silence compiler warnings.Jason Evans2012-02-131-5/+25
| * Streamline tcache-related malloc/free fast paths.Jason Evans2012-02-134-59/+36
| * Remove the swap feature.Jason Evans2012-02-1317-738/+26
| * Remove magic.Jason Evans2012-02-137-45/+0
| * Reduce cpp conditional logic complexity.Jason Evans2012-02-1127-1718/+1187
| * Update ChangeLog for 2.2.5.Jason Evans2011-11-151-0/+8
| * Fix malloc_stats_print(..., "a") output.Jason Evans2011-11-111-1/+1
| * Fix huge_ralloc to maintain chunk statistics.Jason Evans2011-11-114-14/+17
| * Fix huge_ralloc() race when using mremap(2).Jason Evans2011-11-091-3/+9
| * Update ChangeLog for 2.2.4.Jason Evans2011-11-061-0/+7
| * Fix rallocm() test to support >4KiB pages.Jason Evans2011-11-062-5/+15
| * Initialize arenas_tsd before setting it.Jason Evans2011-11-041-8/+8
| * Refactor SO and REV make variables.Jason Evans2011-11-023-8/+12
| * add autogenerated jemalloc.sh wrapper scriptAntony Dovgal2011-11-024-2/+30
| * Clean up rb documentation.Jason Evans2011-11-021-46/+46
* | Merge branch '2_2_5_bp'2.2.5Jason Evans2011-11-156-17/+34
|\ \
| * | Update ChangeLog for 2.2.5.Jason Evans2011-11-151-0/+8
| * | Fix malloc_stats_print(..., "a") output.Jason Evans2011-11-151-1/+1
| * | Fix huge_ralloc to maintain chunk statistics.Jason Evans2011-11-154-14/+17
| * | Fix huge_ralloc() race when using mremap(2).Jason Evans2011-11-151-3/+9
* | | Merge branch '2_2_4_bp'2.2.4Jason Evans2011-11-063-13/+30
|\ \ \ | |/ /
| * | Update ChangeLog for 2.2.4.Jason Evans2011-11-061-0/+7
| * | Fix rallocm() test to support >4KiB pages.Jason Evans2011-11-062-5/+15
| * | Initialize arenas_tsd before setting it.Jason Evans2011-11-061-8/+8
| |/
* | Merge branch 'dev'2.2.3Jason Evans2011-08-318-140/+175
|\ \ | |/
| * Update ChangeLog for 2.2.3.Jason Evans2011-08-311-0/+14
| * Fix a prof-related race condition.Jason Evans2011-08-311-6/+19
| * Fix a prof-related bug in realloc().Jason Evans2011-08-311-3/+8
| * Add missing prof_malloc() call in allocm().Jason Evans2011-08-131-3/+2
| * Fix off-by-one backtracing issues.Jason Evans2011-08-123-82/+90