summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rel-4.3.0'4.3.0Jason Evans2016-11-054-5/+23
|\
| * Update ChangeLog for 4.3.0.Jason 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-0563-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-041-1/+1
| * Fix chunk_alloc_cache() to support decommitted allocation.Jason Evans2016-11-043-12/+14
| * Update symbol mangling.Jason Evans2016-11-031-0/+3
| * Update ChangeLog for 4.3.0.Jason Evans2016-11-031-0/+37
| * Update project URL.Jason Evans2016-11-033-3/+3
| * Check for existance of CPU_COUNT macro before using it.Dave Watson2016-11-031-1/+7
| * Fix sycall(2) configure test for Linux.Jason Evans2016-11-031-2/+1
| * Do not use syscall(2) on OS X 10.12 (deprecated).Jason Evans2016-11-034-4/+24
| * Add os_unfair_lock support.Jason Evans2016-11-037-0/+42
| * Fix/refactor zone allocator integration code.Jason Evans2016-11-032-86/+108
| * Call _exit(2) rather than exit(3) in forked child.Jason Evans2016-11-031-1/+1
| * Force no lazy-lock on Windows.Jason Evans2016-11-021-5/+11
| * Use <quote>...</quote> rather than &ldquo;...&rdquo; or "..." in XML.Jason Evans2016-11-012-20/+21
| * Add "J" (JSON) support to malloc_stats_print().Jason Evans2016-11-012-398/+876
| * Refactor witness_unlock() to fix undefined test behavior.Jason Evans2016-10-312-11/+29
| * Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.Jason Evans2016-10-303-10/+10
| * Use syscall(2) rather than {open,read,close}(2) during boot.Jason Evans2016-10-301-0/+19
| * Fix EXTRA_CFLAGS to not affect configuration.Jason Evans2016-10-302-5/+4
| * Do not mark malloc_conf as weak on Windows.Jason Evans2016-10-291-1/+1
| * Do not mark malloc_conf as weak for unit tests.Jason Evans2016-10-291-1/+5
| * Support static linking of jemalloc with glibcDave Watson2016-10-282-0/+34
| * Reduce memory requirements for regression tests.Jason Evans2016-10-283-35/+55
| * Periodically purge in memory-intensive integration tests.Jason Evans2016-10-281-0/+7
| * Periodically purge in memory-intensive integration tests.Jason Evans2016-10-283-6/+27
| * Only link with libm (-lm) if necessary.Jason Evans2016-10-282-6/+16
| * Only use --whole-archive with gcc.Jason Evans2016-10-283-3/+7
| * Do not force lazy lock on Windows.Jason Evans2016-10-281-1/+0
| * Fix over-sized allocation of rtree leaf nodes.Jason Evans2016-10-281-1/+1
| * Use --whole-archive when linking integration tests on MinGW.Jason Evans2016-10-261-1/+10
| * Do not (recursively) allocate within tsd_fetch().Jason Evans2016-10-2114-130/+176
| * Make dss operations lockless.Jason Evans2016-10-1311-146/+127
| * Add/use adaptive spinning.Jason Evans2016-10-136-2/+66
| * Disallow 0x5a junk filling when running in Valgrind.Jason Evans2016-10-131-6/+28
| * Fix and simplify decay-based purging.Jason Evans2016-10-112-69/+69
| * Fix decay tests to all adapt to nstime_monotonic().Jason Evans2016-10-111-6/+9
| * Do not advance decay epoch when time goes backwards.Jason Evans2016-10-116-6/+63
| * Refactor arena->decay_* into arena->decay.* (arena_decay_t).Jason Evans2016-10-112-84/+91
| * Refine nstime_update().Jason Evans2016-10-105-38/+109
| * Simplify run quantization.Jason Evans2016-10-063-154/+31
| * Refactor runs_avail.Jason Evans2016-10-056-49/+70
| * Implement pz2ind(), pind2sz(), and psz2u().Jason Evans2016-10-046-28/+203
| * Use TSDN_NULL rather than NULL as appropriate.Jason Evans2016-10-043-9/+9
| * Fix a typo.Jason Evans2016-10-041-1/+1