aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Only retain for 64 bit.Christopher Ferris2020-03-311-0/+5
* Remove unused stats from cache structure.Christopher Ferris2019-04-302-0/+7
* Don't compile background thread support.android-q-preview-1Dan Albert2019-02-141-1/+1
* Change the minimum map size.Christopher Ferris2018-11-131-0/+5
* Further updates to jemalloc code.Christopher Ferris2018-11-014-11/+40
* Add android extensions.master-cuttlefish-testing-releaseChristopher Ferris2018-09-146-25/+431
* Add bp file and generated files.Christopher Ferris2018-09-0616-0/+3787
* Add UNUSED to avoid compiler warnings.Qi Wang2018-04-166-19/+19
* Avoid a printf format specifier warning.Jason Evans2018-04-161-1/+1
* background_thread: add max thread count configDave Watson2018-04-102-0/+3
* Consolidate the two memory loads in rtree_szind_slab_read().Qi Wang2018-04-101-0/+6
* Fix type warning on Windows.Qi Wang2018-04-091-0/+36
* Control idump and gdump with prof_active.Qi Wang2018-04-093-12/+12
* Stats printing: Move global mutex stats to use emitter.David Goldblatt2018-03-091-16/+16
* Emitter: Add support for row-based output in table mode.David Goldblatt2018-03-091-6/+60
* Introduce the emitter module.David Goldblatt2018-03-091-0/+381
* Add opt.thp which allows explicit hugepage usage.Qi Wang2018-03-081-2/+14
* Remove config.thp which wasn't in use.Qi Wang2018-03-081-7/+0
* Tweak the ticker paths to help GCC generate better code.David T. Goldblatt2018-02-211-5/+33
* Make generated headers usable in both x86 and x64 mode in Visual Studiorustyx2018-01-301-1/+10
* Modify configure to determine return value of strerror_r.Christopher Ferris2018-01-101-0/+5
* 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
* extent_t bitpacking logic refactoringRajeev Misra2018-01-041-36/+36
* handle 32 bit mutex countersRajeev Misra2018-01-041-9/+22
* Add the div module, which allows fast division by dynamic values.David Goldblatt2017-12-211-0/+41
* Split up and standardize naming of stats code.David T. Goldblatt2017-12-187-152/+296
* Rename cache_alloc_easy to cache_bin_alloc_easy.David T. Goldblatt2017-12-182-3/+3
* Move bin stats code from arena to bin module.David T. Goldblatt2017-12-182-1/+26
* Move bin forking code from arena to bin module.David T. Goldblatt2017-12-181-0/+3
* Move bin initialization from arena module to bin module.David T. Goldblatt2017-12-182-1/+4
* Pull out arena_bin_info_t and arena_bin_t into their own file.David T. Goldblatt2017-12-187-82/+92
* Over purge by 1 extent always.Qi Wang2017-12-181-2/+1
* 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 an extent coalesce bug.Qi Wang2017-11-161-0/+5
* Add opt.lg_extent_max_active_fitQi Wang2017-11-162-3/+11
* Use tsd offset_state instead of atomicDave Watson2017-11-142-3/+12
* Fix base allocator THP auto mode locking and stats.Qi Wang2017-11-091-0/+2
* Fix unbounded increase in stash_decayed.Qi Wang2017-11-081-1/+2
* Add arena.i.retain_grow_limitQi Wang2017-11-033-0/+9
* metadata_thp: auto mode adjustment for a0.Qi Wang2017-11-011-0/+9
* Add a "dumpable" bit to the extent state.David Goldblatt2017-10-162-8/+44
* Add pages_dontdump and pages_dodump.David Goldblatt2017-10-161-0/+2
* Add configure-time detection for madvise(..., MADV_DO[NT]DUMP)David Goldblatt2017-10-161-0/+5
* Define MADV_FREE on our own when needed.Qi Wang2017-10-112-0/+7
* Power: disable the CPU_SPINWAIT macro.David Goldblatt2017-10-042-1/+13
* Use ph instead of rb tree for extents_avail_Dave Watson2017-10-042-16/+13
* Logging: capitalize log macro.David Goldblatt2017-10-021-21/+12
* ARM: Don't extend bit LG_VADDR to compute high address bits.David Goldblatt2017-10-021-0/+12