summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Change arena_palloc_large() parameter from size to usize.Jason Evans2015-07-241-12/+12
| * Leave PRI* macros defined after using them to define FMT*.Jason Evans2015-07-231-11/+0
| * Force lazy_lock on MinGW.Jason Evans2015-07-231-0/+1
| * Fix MinGW-related portability issues.Jason Evans2015-07-2318-494/+224
| * Fix a compilation error.Jason Evans2015-07-221-8/+10
| * Add JEMALLOC_FORMAT_PRINTF().Jason Evans2015-07-228-20/+54
| * Port mq_get() to MinGW.Jason Evans2015-07-213-13/+39
| * Move JEMALLOC_NOTHROW just after return type.Jason Evans2015-07-213-74/+69
| * Remove JEMALLOC_ALLOC_SIZE annotations on functions not returning pointersMike Hommey2015-07-212-4/+4
| * Fix more MinGW build warnings.Jason Evans2015-07-184-43/+46
| * Add the config.cache_oblivious mallctl.Jason Evans2015-07-174-1/+16
| * Remove extraneous ';' on closing 'extern "C"'Dave Rigby2015-07-161-1/+1
| * Change default chunk size from 256 KiB to 2 MiB.Jason Evans2015-07-162-2/+2
| * Revert to first-best-fit run/chunk allocation.Jason Evans2015-07-163-78/+27
| * Add timer support for Windows.Jason Evans2015-07-132-10/+24
| * Fix alloc_size configure test.Jason Evans2015-07-101-3/+2
| * Add configure test for alloc_size attribute.Jason Evans2015-07-103-2/+21
| * Avoid function prototype incompatibilities.Jason Evans2015-07-107-49/+100