aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-11-02Fix sycall(2) configure test for Linux.Jason Evans
2016-11-02Do not use syscall(2) on OS X 10.12 (deprecated).Jason Evans
2016-11-02Add os_unfair_lock support.Jason Evans
2016-11-02Fix/refactor zone allocator integration code.Jason Evans
2016-11-02Call _exit(2) rather than exit(3) in forked child.Jason Evans
2016-11-02Force no lazy-lock on Windows.Jason Evans
2016-11-01Use <quote>...</quote> rather than &ldquo;...&rdquo; or "..." in XML.Jason Evans
2016-11-01Add "J" (JSON) support to malloc_stats_print().Jason Evans
2016-10-31Refactor witness_unlock() to fix undefined test behavior.Jason Evans
2016-10-29Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.Jason Evans
2016-10-29Use syscall(2) rather than {open,read,close}(2) during boot.Jason Evans
2016-10-29Fix EXTRA_CFLAGS to not affect configuration.Jason Evans
2016-10-29Do not mark malloc_conf as weak on Windows.Jason Evans
2016-10-28Do not mark malloc_conf as weak for unit tests.Jason Evans
2016-10-28Support static linking of jemalloc with glibcDave Watson
2016-10-28Reduce memory requirements for regression tests.Jason Evans
2016-10-28Periodically purge in memory-intensive integration tests.Jason Evans
2016-10-28Periodically purge in memory-intensive integration tests.Jason Evans
2016-10-28Only link with libm (-lm) if necessary.Jason Evans
2016-10-28Only use --whole-archive with gcc.Jason Evans
2016-10-28Do not force lazy lock on Windows.Jason Evans
2016-10-28Fix over-sized allocation of rtree leaf nodes.Jason Evans
2016-10-25Use --whole-archive when linking integration tests on MinGW.Jason Evans
2016-10-21Do not (recursively) allocate within tsd_fetch().Jason Evans
2016-10-13Make dss operations lockless.Jason Evans
2016-10-13Add/use adaptive spinning.Jason Evans
2016-10-12Disallow 0x5a junk filling when running in Valgrind.Jason Evans
2016-10-11Fix and simplify decay-based purging.Jason Evans
2016-10-11Fix decay tests to all adapt to nstime_monotonic().Jason Evans
2016-10-10Do not advance decay epoch when time goes backwards.Jason Evans
2016-10-10Refactor arena->decay_* into arena->decay.* (arena_decay_t).Jason Evans
2016-10-10Refine nstime_update().Jason Evans
2016-10-06Simplify run quantization.Jason Evans
2016-10-04Refactor runs_avail.Jason Evans
2016-10-04Implement pz2ind(), pind2sz(), and psz2u().Jason Evans
2016-10-04Use TSDN_NULL rather than NULL as appropriate.Jason Evans
2016-10-04Fix a typo.Jason Evans