summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Update large/huge size class cutoff documentation.Jason Evans2015-08-141-9/+9
| * Fix a comment.Jason Evans2015-08-131-1/+1
| * Fix gcc build failure (define __has_builtin).Jason Evans2015-08-121-0/+3
| * Check whether gcc version supports __builtin_unreachable().Jason Evans2015-08-121-0/+11
| * Fix a strict aliasing violation.Jason Evans2015-08-121-1/+6
| * Fix test for MinGW.Jason Evans2015-08-121-11/+15
| * Fix chunk_dalloc_arena() re: zeroing due to purge.Jason Evans2015-08-121-1/+1
| * Update list of private symbols.Jason Evans2015-08-121-25/+14
| * Fix assertion in test.Jason Evans2015-08-121-1/+1
| * Remove obsolete entry.Jason Evans2015-08-121-4/+0