aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add android extensions.master-cuttlefish-testing-releaseChristopher Ferris2018-09-145-0/+214
* Mallctl: Add arenas.lookupLatchesar Ionkov2018-05-011-1/+33
* 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
* Fix abort_conf processing.Qi Wang2018-04-171-6/+4
* Add UNUSED to avoid compiler warnings.Qi Wang2018-04-163-25/+24
* Allow setting extent hooks on uninitialized auto arenas.Qi Wang2018-04-111-12/+33
* Silence a compiler warning.Jason Evans2018-04-101-2/+3
* background_thread: add max thread count configDave Watson2018-04-103-20/+103
* Stack address should not be used for ordering mutexesRajeev Misra2018-04-101-1/+1
* Fix type warning on Windows.Qi Wang2018-04-093-30/+7
* Fix arguments passed to extent_init.Qi Wang2018-04-091-1/+1
* Control idump and gdump with prof_active.Qi Wang2018-04-091-2/+2
* extents: Remove preserve_lru feature.Dave Watson2018-04-021-46/+18
* Fix a background_thread shutdown issue.Qi Wang2018-04-021-21/+26
* 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
* 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-091-43/+97
* 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
* Add opt.thp which allows explicit hugepage usage.Qi Wang2018-03-086-26/+105
* Remove config.thp which wasn't in use.Qi Wang2018-03-082-4/+0
* Background threads: fix an indexing bug.David Goldblatt2018-02-271-1/+2
* Modify configure to determine return value of strerror_r.Christopher Ferris2018-01-101-1/+1
* Improve the fit for aligned allocation.Qi Wang2018-01-051-10/+61
* handle 32 bit mutex countersRajeev Misra2018-01-041-36/+47
* 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-212-1/+57
* Split up and standardize naming of stats code.David T. Goldblatt2017-12-183-181/+46
* Rename cache_alloc_easy to cache_bin_alloc_easy.David T. Goldblatt2017-12-181-1/+1
* Move bin stats code from arena to bin module.David T. Goldblatt2017-12-181-14/+1
* Move bin forking code from arena to bin module.David T. Goldblatt2017-12-182-4/+19
* Move bin initialization from arena module to bin module.David T. Goldblatt2017-12-182-10/+17
* Pull out arena_bin_info_t and arena_bin_t into their own file.David T. Goldblatt2017-12-184-67/+70
* Over purge by 1 extent always.Qi Wang2017-12-182-6/+4