summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add --disable-syscall.rc-4.4.0Jason Evans2016-12-035-15/+33
* Update configure cache file example.Jason Evans2016-12-031-12/+6
* Fix pages_purge() when using MADV_DONTNEED.Jason Evans2016-12-031-1/+1
* Implement a more reliable detection scheme for os_unfair_lock.John Szakmeister2016-11-281-0/+5
* Mark partially purged arena chunks as non-hugepage.Jason Evans2016-11-249-5/+110
* Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK.Jason Evans2016-11-221-2/+6
* Add pthread_atfork(3) feature test.Jason Evans2016-11-173-2/+14
* Refactor madvise(2) configuration.Jason Evans2016-11-173-30/+39
* Remove a residual comment.Jason Evans2016-11-161-1/+0
* Avoid gcc tautological-compare warnings.Jason Evans2016-11-162-12/+26
* Avoid gcc type-limits warnings.Jason Evans2016-11-161-14/+32
* Document how to use --cache configure option.Jason Evans2016-11-161-0/+15
* Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test."Jason Evans2016-11-161-16/+1
* Fix an MSVC compiler warning.Jason Evans2016-11-151-1/+1
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-11-1527-362/+397
* Explicitly cast negative constants meant for use as unsigned.Jason Evans2016-11-151-3/+5
* Add cast to silence (harmless) conversion warning.Jason Evans2016-11-151-1/+1
* Avoid negation of unsigned numbers.Jason Evans2016-11-151-2/+2
* Consistently use size_t rather than uint64_t for extent serial numbers.Jason Evans2016-11-152-3/+3
* Add packing test, which verifies stable layout policy.Jason Evans2016-11-152-0/+207
* Add extent serial numbers.Jason Evans2016-11-1510-163/+298
* Add JE_RUNNABLE() and use it for os_unfair_lock_*() test.Jason Evans2016-11-121-1/+16
* Reduce memory usage for sdallocx() test_alignment_and_size.Jason Evans2016-11-111-2/+2
* Simplify extent_quantize().Jason Evans2016-11-111-6/+3
* Remove overly restrictive stats_cactive_{add,sub}() assertions.Jason Evans2016-11-111-6/+2
* Fix/simplify chunk_recycle() allocation size computations.Jason Evans2016-11-111-1/+4
* Fix extent_quantize() to handle greater-than-huge-size extents.Jason Evans2016-11-111-5/+19
* Add configure support for *-*-linux-android.Jason Evans2016-11-101-0/+12
* Support Debian GNU/kFreeBSD.Samuel Moritz2016-11-101-1/+1
* Update config.{guess,sub} from upstream.Jason Evans2016-11-102-90/+160
* Merge branch 'rc-4.3.1'4.3.1Jason Evans2016-11-0710-46/+390
|\
| * Update ChangeLog for 4.3.1.Jason Evans2016-11-071-0/+8
| * Revert "Define 64-bits atomics unconditionally"rc-4.3.1Jason Evans2016-11-071-8/+10
| * Refactor prng to not use 64-bit atomics on 32-bit platforms.Jason Evans2016-11-077-32/+364
| * Fix run leak.Jason Evans2016-11-072-6/+8
|/
* Merge branch 'rel-4.3.0'4.3.0Jason Evans2016-11-044-5/+23
|\
| * Update ChangeLog for 4.3.0.rel-4.3.0Jason Evans2016-11-041-0/+2
| * Fix arena data structure size calculation.Jason Evans2016-11-041-2/+2
| * Fixes to Visual Studio Project filesMatthew Parkinson2016-11-042-3/+19
* | Merge branch 'rel-4.3.0'Jason Evans2016-11-0463-1374/+2663
|\ \ | |/
| * Use -std=gnu11 if available.Jason Evans2016-11-041-2/+8
| * Update ChangeLog for 4.3.0.Jason Evans2016-11-041-3/+9
| * Fix large allocation to search optimal size class heap.Jason Evans2016-11-031-1/+1
| * Fix chunk_alloc_cache() to support decommitted allocation.Jason Evans2016-11-033-12/+14
| * Update symbol mangling.Jason Evans2016-11-031-0/+3
| * Update ChangeLog for 4.3.0.Jason Evans2016-11-021-0/+37
| * Update project URL.Jason Evans2016-11-023-3/+3
| * Check for existance of CPU_COUNT macro before using it.Dave Watson2016-11-021-1/+7
| * Fix sycall(2) configure test for Linux.Jason Evans2016-11-021-2/+1
| * Do not use syscall(2) on OS X 10.12 (deprecated).Jason Evans2016-11-024-4/+24