summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Stop forcing --enable-munmap on MinGW.Jason Evans2015-08-122-8/+1
| * Try to decommit new chunks.Jason Evans2015-08-124-15/+27
| * Refactor arena_mapbits_{small,large}_set() to not preserve unzeroed.Jason Evans2015-08-113-54/+73
| * Fix build failure.Jason Evans2015-08-111-1/+1
| * Make --enable-tls and --enable-lazy-lock take precedence over configure.ac-ha...Mike Hommey2015-08-111-5/+9
| * Refactor arena_mapbits unzeroed flag management.Jason Evans2015-08-114-37/+35
| * Arena chunk decommit cleanups and fixes.Jason Evans2015-08-115-29/+55
| * Add no-OOM assertions to test.Jason Evans2015-08-071-6/+12
| * Implement chunk hook support for page run commit/decommit.Jason Evans2015-08-0715-267/+545
| * Fix an in-place growing large reallocation regression.Jason Evans2015-08-071-5/+6
| * work around _FORTIFY_SOURCE false positiveDaniel Micay2015-08-041-0/+3
| * MSVC compatibility changesMatthijs2015-08-044-16/+45
| * Generalize chunk management hooks.Jason Evans2015-08-0420-553/+1022
| * Implement support for non-coalescing maps on MinGW.Jason Evans2015-07-257-4/+44
| * Fix huge_ralloc_no_move() to succeed more often.Jason Evans2015-07-252-3/+4
| * Fix huge_palloc() to handle size rather than usize input.Jason Evans2015-07-242-7/+13
| * Fix sa2u() regression.Jason Evans2015-07-241-1/+1