summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev'5.1.0Qi Wang2018-05-08116-2215/+6629
|\
| * Update ChangeLog for 5.1.0.Qi Wang2018-05-081-0/+117
| * run_tests.sh: Don't test large vaddr with -m32.David T. Goldblatt2018-05-081-0/+5
| * Reformat the version number in jemalloc.pc.in.Qi Wang2018-05-081-1/+1
| * Fix include path order for out-of-tree builds.Christoph Muellner2018-05-051-1/+1
| * run_tests.sh: Test --with-lg-vaddr.David Goldblatt2018-05-041-0/+8
| * INSTALL.md: Clarify --with-lg-vaddr.David Goldblatt2018-05-041-5/+4
| * configure: Add --with-lg-vaddr configure option.Christoph Muellner2018-05-042-28/+46
| * Update copyright dates.Qi Wang2018-05-031-2/+2
| * Add TUNING.md.Qi Wang2018-05-031-0/+129
| * Remove documentation for --disable-thp which was removed.Qi Wang2018-05-031-5/+0
| * Fix a typo in INSTALL.md.Qi Wang2018-05-021-1/+1
| * Mallctl: Add arenas.lookupLatchesar Ionkov2018-05-013-1/+59
| * aarch64: Add ILP32 support.Christoph Muellner2018-04-301-1/+7
| * Adding `install_lib_pc`Issam Maghni2018-04-221-0/+1
| * Remove an incorrect assertion.Qi Wang2018-04-181-1/+4
| * Invoke dlsym() on demand.Qi Wang2018-04-181-11/+24
| * Avoid a resource leak down extent split failure paths.David Goldblatt2018-04-181-10/+8
| * Add the --disable-initial-exec-tls configure option.David Goldblatt2018-04-182-6/+35
| * Fix abort_conf processing.Qi Wang2018-04-181-6/+4
| * Add UNUSED to avoid compiler warnings.Qi Wang2018-04-169-44/+43
| * Avoid a printf format specifier warning.Jason Evans2018-04-161-1/+1
| * Allow setting extent hooks on uninitialized auto arenas.Qi Wang2018-04-122-12/+71
| * Document liveness requirements for extent_hooks_t structures.Qi Wang2018-04-111-1/+3
| * Fix a typo.Qi Wang2018-04-111-1/+1
| * Fix a typo.Jason Evans2018-04-111-1/+1
| * Silence a compiler warning.Jason Evans2018-04-111-2/+3
| * background_thread: add max thread count configDave Watson2018-04-107-22/+177
| * Consolidate the two memory loads in rtree_szind_slab_read().Qi Wang2018-04-101-0/+6
| * Stack address should not be used for ordering mutexesRajeev Misra2018-04-101-1/+1
| * Fix const qualifier warnings.Qi Wang2018-04-092-2/+2
| * Fix type warning on Windows.Qi Wang2018-04-095-31/+44
| * Fix arguments passed to extent_init.Qi Wang2018-04-091-1/+1
| * Control idump and gdump with prof_active.Qi Wang2018-04-094-14/+14
| * extents: Remove preserve_lru feature.Dave Watson2018-04-021-46/+18
| * Fix a background_thread shutdown issue.Qi Wang2018-04-022-21/+29
| * Change mutable option output in stats to avoid stringify issues.Qi Wang2018-03-151-36/+37
| * Fix a typo in stats.Qi Wang2018-03-151-1/+1
| * Revert "CI: Remove "catgets" dependency on appveyor."Qi Wang2018-03-151-1/+0
| * Stats printing: Convert arena large stats to use emitter.David Goldblatt2018-03-091-49/+58
| * Stats printing: convert arena bin stats to use emitter.David Goldblatt2018-03-091-148/+182
| * Stats printing: remove a spurious newline.David Goldblatt2018-03-091-3/+0
| * Stats printing: Make arena mutex stats use the emitter.David Goldblatt2018-03-091-98/+72
| * Stats printing: convert most per-arena stats to use the emitter.David Goldblatt2018-03-091-69/+45
| * Stats printing: convert paging and alloc counts to use the emitter.David Goldblatt2018-03-091-67/+81
| * Stats printing: convert decay stats to use the emitter.David Goldblatt2018-03-091-73/+132
| * Stats printing: Move emitter cutoff point into stats_arena_print.David Goldblatt2018-03-091-13/+12
| * Stats printing: move stats_print_helper to use emitter.David Goldblatt2018-03-091-102/+61
| * Stats printing: Move global mutex stats to use emitter.David Goldblatt2018-03-092-59/+113
| * Emitter: Add support for row-based output in table mode.David Goldblatt2018-03-092-7/+123