aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
| | | * Stats printing: move non-mutex arena stats to the emitter.David Goldblatt2018-03-091-54/+43
| | | * Stats printing: Remove explicit callback passing to stats_print_helper.David Goldblatt2018-03-091-5/+12
| | | * Stats printing: Move emitter -> manual cutoff point.David Goldblatt2018-03-091-18/+11
| | | * Stats printing: Convert profiling stats to use the emitter.David Goldblatt2018-03-091-31/+28
| | | * Stats printing: Convert general arena stats to use the emitter.David Goldblatt2018-03-091-82/+64
| | | * Stats printing: convert config and opt output to use emitter.David Goldblatt2018-03-091-180/+107
| | | * Stats printing: Convert header and footer to use emitter.David Goldblatt2018-03-091-15/+13
| | | * Introduce the emitter module.David Goldblatt2018-03-093-0/+733
| | | * Add opt.thp which allows explicit hugepage usage.Qi Wang2018-03-0810-29/+143
| | | * Remove config.thp which wasn't in use.Qi Wang2018-03-085-43/+0
| | | * Skip test_alignment_and_size if percpu_arena is enabled.Qi Wang2018-03-021-1/+9
| | | * Remove unused code in test/thread_tcache_enabled.Qi Wang2018-03-021-2/+0
| | | * Background threads: fix an indexing bug.David Goldblatt2018-02-273-1/+37
| | | * Tweak the ticker paths to help GCC generate better code.David T. Goldblatt2018-02-211-5/+33
| | | * CI: Remove "catgets" dependency on appveyor.David Goldblatt2018-02-141-0/+1
| | | * Fix MSVC buildMaks Naumov2018-02-124-0/+16
| | | * Make generated headers usable in both x86 and x64 mode in Visual Studiorustyx2018-01-301-1/+10
| | | * Define JEMALLOC_NO_PRIVATE_NAMESPACE also in Visual Studio x86 targetsrustyx2018-01-301-4/+4
| | | * Modify configure to determine return value of strerror_r.Christopher Ferris2018-01-103-1/+25
| | | * Improve the fit for aligned allocation.Qi Wang2018-01-051-10/+61
| | | * Check tsdn_null before reading reentrancy level.Qi Wang2018-01-051-1/+2
| | | * In iallocztm, check lock rank only when not in reentrancy.Qi Wang2018-01-051-2/+4
| | | * Make sure JE_CXXFLAGS_ADD uses CPP compilerNehal J Wani2018-01-041-0/+2
| | | * Disable JEMALLOC_HAVE_MADVISE_HUGE for arm* CPUs.marxin2018-01-041-0/+6
| | | * extent_t bitpacking logic refactoringRajeev Misra2018-01-041-36/+36
| | | * handle 32 bit mutex countersRajeev Misra2018-01-042-45/+69
| | | * Implement arena regind computation using div_info_t.David Goldblatt2017-12-211-17/+16
| | | * Add the div module, which allows fast division by dynamic values.David Goldblatt2017-12-215-1/+129
| | | * Split up and standardize naming of stats code.David T. Goldblatt2017-12-1810-333/+342
| | | * Rename cache_alloc_easy to cache_bin_alloc_easy.David T. Goldblatt2017-12-183-4/+4
| | | * Move bin stats code from arena to bin module.David T. Goldblatt2017-12-183-15/+27
| | | * Move bin forking code from arena to bin module.David T. Goldblatt2017-12-183-4/+22
| | | * Move bin initialization from arena module to bin module.David T. Goldblatt2017-12-184-11/+21
| | | * Pull out arena_bin_info_t and arena_bin_t into their own file.David T. Goldblatt2017-12-1816-155/+169
| | | * Over purge by 1 extent always.Qi Wang2017-12-183-8/+5
| | | * Skip test/unit/pack when profiling is enabled.Qi Wang2017-12-181-0/+6
| | | * Output opt.lg_extent_max_active_fit in stats.Qi Wang2017-12-141-0/+3
| | | * jemalloc_mangle.sh: set sh in strict modenicolov2017-12-111-1/+1
| | | * Also use __riscv to detect builds for RISC-V CPUs.Ed Schouten2017-12-091-1/+1
| | | * Fix extent deregister on the leak path.Qi Wang2017-12-081-4/+14
| | | * Fix test/integration/extent.Qi Wang2017-12-081-1/+1
| | | * Add more tests for extent hooks failure paths.Qi Wang2017-11-283-3/+25