summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix extent_alloc_cache[_locked]() to support decommitted allocation.Jason Evans2016-11-044-20/+19
| * Update symbol mangling.Jason Evans2016-11-031-0/+2
| * Update ChangeLog for 4.3.0.Jason Evans2016-11-031-0/+37
| * Support Debian GNU/kFreeBSD.Samuel Moritz2016-11-031-1/+1
| * Fix long spinning in rtree_node_initDave Watson2016-11-034-19/+15
| * 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-85/+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
| * malloc_stats_print() fixes/cleanups.Jason Evans2016-11-011-18/+3
| * Use <quote>...</quote> rather than &ldquo;...&rdquo; or "..." in XML.Jason Evans2016-11-012-31/+33
| * Add "J" (JSON) support to malloc_stats_print().Jason Evans2016-11-012-335/+738
| * Fix extent_rtree acquire() to release element on error.Jason Evans2016-10-311-1/+3
| * Add an assertion in witness_owner().Jason Evans2016-10-311-0/+3
| * 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
| * Fix over-sized allocation of rtree leaf nodes.Jason Evans2016-10-281-1/+1
| * Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-2825-317/+358
| * Explicitly cast negative constants meant for use as unsigned.Jason Evans2016-10-281-3/+5
| * Add cast to silence (harmless) conversion warning.Jason Evans2016-10-281-1/+1
| * Avoid negation of unsigned numbers.Jason Evans2016-10-281-2/+2
| * 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-271-1/+0
| * 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-2113-132/+172
| * Make dss operations lockless.Jason Evans2016-10-1311-147/+131
| * Add/use adaptive spinning.Jason Evans2016-10-136-2/+66
| * Remove all vestiges of chunks.Jason Evans2016-10-1223-270/+26
| * Remove ratio-based purging.Jason Evans2016-10-1211-485/+38
| * 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
| * Reduce "thread.arena" mallctl contention.Jason Evans2016-10-041-3/+1
| * Remove a size class assertion from extent_size_quantize_floor().Jason Evans2016-10-031-1/+0
| * Fix size class overflow bugs.Jason Evans2016-10-034-8/+30
| * Verify extent hook functions receive correct extent_hooks pointer.Jason Evans2016-09-291-17/+52