aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-03Merge branch 'rc-4.4.0'upstream-newJason Evans
2016-12-03Update ChangeLog for 4.4.0.Jason Evans
2016-12-03Add --disable-syscall.Jason Evans
2016-12-03Update configure cache file example.Jason Evans
2016-12-03Fix pages_purge() when using MADV_DONTNEED.Jason Evans
2016-11-28Implement a more reliable detection scheme for os_unfair_lock.John Szakmeister
2016-11-24Mark partially purged arena chunks as non-hugepage.Jason Evans
2016-11-22Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK.Jason Evans
2016-11-17Add pthread_atfork(3) feature test.Jason Evans
2016-11-17Refactor madvise(2) configuration.Jason Evans
2016-11-16Remove a residual comment.Jason Evans
2016-11-16Avoid gcc tautological-compare warnings.Jason Evans
2016-11-16Avoid gcc type-limits warnings.Jason Evans
2016-11-16Document how to use --cache configure option.Jason Evans
2016-11-16Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test."Jason Evans
2016-11-15Fix an MSVC compiler warning.Jason Evans
2016-11-15Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans
2016-11-15Explicitly cast negative constants meant for use as unsigned.Jason Evans
2016-11-15Add cast to silence (harmless) conversion warning.Jason Evans
2016-11-15Avoid negation of unsigned numbers.Jason Evans
2016-11-15Consistently use size_t rather than uint64_t for extent serial numbers.Jason Evans
2016-11-15Add packing test, which verifies stable layout policy.Jason Evans
2016-11-15Add extent serial numbers.Jason Evans
2016-11-12Add JE_RUNNABLE() and use it for os_unfair_lock_*() test.Jason Evans
2016-11-11Reduce memory usage for sdallocx() test_alignment_and_size.Jason Evans
2016-11-11Simplify extent_quantize().Jason Evans
2016-11-11Remove overly restrictive stats_cactive_{add,sub}() assertions.Jason Evans
2016-11-11Fix/simplify chunk_recycle() allocation size computations.Jason Evans
2016-11-11Fix extent_quantize() to handle greater-than-huge-size extents.Jason Evans
2016-11-10Add configure support for *-*-linux-android.Jason Evans
2016-11-10Support Debian GNU/kFreeBSD.Samuel Moritz
2016-11-10Update config.{guess,sub} from upstream.Jason Evans
2016-11-07Merge branch 'rc-4.3.1'Jason Evans
2016-11-07Update ChangeLog for 4.3.1.Jason Evans
2016-11-07Revert "Define 64-bits atomics unconditionally"Jason Evans
2016-11-07Refactor prng to not use 64-bit atomics on 32-bit platforms.Jason Evans
2016-11-07Fix run leak.Jason Evans
2016-11-04Merge branch 'rel-4.3.0'upstream-masterupstream-4.3.0Jason Evans
2016-11-04Merge branch 'rel-4.3.0'Jason Evans
2016-11-04Update ChangeLog for 4.3.0.Jason Evans
2016-11-04Fix arena data structure size calculation.Jason Evans
2016-11-04Fixes to Visual Studio Project filesMatthew Parkinson
2016-11-04Use -std=gnu11 if available.Jason Evans
2016-11-04Update ChangeLog for 4.3.0.Jason Evans
2016-11-03Fix large allocation to search optimal size class heap.Jason Evans
2016-11-03Fix chunk_alloc_cache() to support decommitted allocation.Jason Evans
2016-11-03Update symbol mangling.Jason Evans
2016-11-02Update ChangeLog for 4.3.0.Jason Evans
2016-11-02Update project URL.Jason Evans
2016-11-02Check for existance of CPU_COUNT macro before using it.Dave Watson