summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev'4.0.4Jason Evans2015-10-245-48/+92
|\
| * Update ChangeLog for 4.0.4.Jason Evans2015-10-241-1/+6
| * Fix a manual editing error.Jason Evans2015-10-191-2/+2
| * Fix intermittent xallocx() test failures.Jason Evans2015-10-011-43/+65
| * Fix a xallocx(..., MALLOCX_ZERO) bug.Jason Evans2015-09-253-3/+20
|/
* Merge branch 'dev'4.0.3Jason Evans2015-09-257-23/+183
|\
| * Update ChangeLog for 4.0.3.Jason Evans2015-09-251-1/+3
| * Remove fragile xallocx() test case.Jason Evans2015-09-251-9/+0
| * Work around an NPTL-specific TSD issue.Jason Evans2015-09-242-0/+5
| * Make mallocx() OOM test more robust.Jason Evans2015-09-241-3/+14
| * Fix xallocx(..., MALLOCX_ZERO) bugs.Jason Evans2015-09-244-15/+148
| * Fix prof_tctx_dump_iter() to filter.Jason Evans2015-09-222-5/+23
|/
* Merge branch 'dev'4.0.2Jason Evans2015-09-217-54/+114
|\
| * Update ChangeLog for 4.0.2.Jason Evans2015-09-211-1/+3
| * Fix tsd_boot1() to use explicit 'void' parameter list.Craig Rodrigues2015-09-211-4/+4
| * Make arena_dalloc_large_locked_impl() static.Jason Evans2015-09-201-1/+1
| * Add mallocx() OOM tests.Jason Evans2015-09-172-0/+72
| * Expand check_integration_prof testing.Jason Evans2015-09-171-0/+1
| * Fix prof_alloc_rollback().Jason Evans2015-09-172-1/+3
| * Simplify imallocx_prof_sample().Jason Evans2015-09-171-26/+13
| * Fix irallocx_prof_sample().Jason Evans2015-09-172-5/+7
| * Fix ixallocx_prof_sample().Jason Evans2015-09-172-17/+11
|/
* Merge branch 'dev'4.0.1Jason Evans2015-09-1527-428/+1008
|\
| * Update ChangeLog for 4.0.1.Jason Evans2015-09-151-24/+47
| * Loosen expected xallocx() results.Jason Evans2015-09-151-9/+9
| * Link test to librt if it contains clock_gettime(2).Jason Evans2015-09-152-3/+13
| * Centralize xallocx() size[+extra] overflow checks.Jason Evans2015-09-152-14/+11
| * Add more xallocx() overflow tests.Jason Evans2015-09-151-0/+64
| * Reduce variable scope.Dmitry-Me2015-09-153-9/+9
| * Address portability issues on Solaris.Jason Evans2015-09-152-2/+3
| * Fix ixallocx_prof() to check for size greater than HUGE_MAXCLASS.Jason Evans2015-09-152-3/+6
| * Don't run stress tests as part of check target.Jason Evans2015-09-151-1/+1
| * Resolve an unsupported special case in arena_prof_tctx_set().Jason Evans2015-09-156-6/+62
| * Fix prof_{malloc,free}_sample_object() call order in prof_realloc().Jason Evans2015-09-152-3/+11
| * Fix ixallocx_prof_sample() argument order reversal.Jason Evans2015-09-152-1/+3
| * s/max_usize/usize_max/gJason Evans2015-09-151-6/+6
| * s/oldptr/old_ptr/gJason Evans2015-09-151-15/+15
| * Make one call to prof_active_get_unlocked() per allocation event.Jason Evans2015-09-153-18/+33
| * Fix irealloc_prof() to prof_alloc_rollback() on OOM.Jason Evans2015-09-152-1/+4
| * Optimize irallocx_prof() to optimistically update the sampler state.Jason Evans2015-09-151-3/+3
| * Fix ixallocx_prof() size+extra overflow.Jason Evans2015-09-151-0/+3
| * Remove check_stress from check target's dependencies.Jason Evans2015-09-121-4/+4
| * Rename arena_maxclass to large_maxclass.Jason Evans2015-09-128-28/+28
| * Fix xallocx() bugs.Jason Evans2015-09-129-179/+394
| * Fix "prof.reset" mallctl-related corruption.Jason Evans2015-09-104-20/+84
| * Reduce variables scopeDmitry-Me2015-09-041-9/+10
| * Force initialization of the init_lock in malloc_init_hard on Windows XPMike Hommey2015-09-041-1/+15
| * Fix pointer comparision with undefined behavior.Jason Evans2015-09-041-2/+2
| * Optimize arena_prof_tctx_set().Jason Evans2015-09-024-28/+56
| * Fix TLS configuration.Jason Evans2015-09-022-8/+16