aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change je_iterate to je_malloc_iterate.Christopher Ferris2019-11-081-1/+1
* Fix miscalculating large memory allocations.android-mainline-10.0.0_r9android-mainline-10.0.0_r7android-mainline-10.0.0_r5android-mainline-10.0.0_r4android-mainline-10.0.0_r10android-10.0.0_r9android-10.0.0_r8android-10.0.0_r7android-10.0.0_r45android-10.0.0_r44android-10.0.0_r43android-10.0.0_r42android-10.0.0_r41android-10.0.0_r40android-10.0.0_r39android-10.0.0_r38android-10.0.0_r37android-10.0.0_r36android-10.0.0_r35android-10.0.0_r34android-10.0.0_r33android-10.0.0_r32android-10.0.0_r31android-10.0.0_r30android-10.0.0_r14android-10.0.0_r13android-10.0.0_r12android10-qpr3-s1-releaseandroid10-qpr3-releaseandroid10-qpr2-s4-releaseandroid10-qpr2-s3-releaseandroid10-qpr2-s2-releaseandroid10-qpr2-s1-releaseandroid10-qpr2-releaseandroid10-qpr1-mainline-releaseandroid10-mainline-media-releaseandroid10-devandroid10-d4-s1-releaseandroid10-d4-releaseandroid10-c2f2-s2-releaseandroid10-c2f2-s1-releaseandroid10-c2f2-releaseChristopher Ferris2019-05-021-34/+39
* Remove unused stats from cache structure.Christopher Ferris2019-05-012-0/+20
* Fix bug trying to examine unused extents.Christopher Ferris2019-03-221-2/+7
* Remove best fit for extent selection.Christopher Ferris2019-03-181-0/+16
* Ignore extents that are not associated with a size.Christopher Ferris2018-11-281-1/+2
* Fix mallinfo counting for large allocations.Christopher Ferris2018-11-261-1/+14
* Further updates to jemalloc code.Christopher Ferris2018-11-015-9/+69
* 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