summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Don't purge junk filled chunks when shrinking huge allocationsMike Hommey2015-08-282-6/+12
| * Fix chunk purge hook calls for in-place huge shrinking reallocation.Mike Hommey2015-08-282-2/+6
| * Fix arenas_cache_cleanup() and arena_get_hard().Jason Evans2015-08-282-9/+8
| * Add JEMALLOC_CXX_THROW to the memalign() function prototype.Jason Evans2015-08-262-1/+4
| * Fix arenas_cache_cleanup().Christopher Ferris2015-08-213-2/+15
| * Silence compiler warnings for unreachable code.Jason Evans2015-08-201-12/+14
| * Rename index_t to szind_t to avoid an existing type on Solaris.Jason Evans2015-08-197-70/+71
| * Don't bitshift by negative amounts.Jason Evans2015-08-194-13/+50
|/
* Merge branch 'dev'4.0.0Jason Evans2015-08-17131-9046/+16699
|\
| * Update ChangeLog for 4.0.0.Jason Evans2015-08-171-2/+1
| * Improve arena.<i>.chunk_hooks documentation formatting.Jason Evans2015-08-141-37/+46
| * Update in-place reallocation documentation.Jason Evans2015-08-141-3/+9