index
:
platform_external_jemalloc_new
android10-c2f2-release
android10-c2f2-s1-release
android10-c2f2-s2-release
android10-d4-release
android10-d4-s1-release
android10-dev
android10-gsi
android10-mainline-a-release
android10-mainline-media-release
android10-mainline-networking-release
android10-mainline-release
android10-mainline-resolv-release
android10-mainline-tzdata-release
android10-qpr1-b-release
android10-qpr1-b-s1-release
android10-qpr1-c-release
android10-qpr1-c-s1-release
android10-qpr1-d-release
android10-qpr1-mainline-release
android10-qpr1-release
android10-qpr2-release
android10-qpr2-s1-release
android10-qpr2-s2-release
android10-qpr2-s3-release
android10-qpr2-s4-release
android10-qpr3-release
android10-qpr3-s1-release
android10-release
android10-s1-release
android10-s2-release
android10-s3-release
android10-security-release
android10-tests-release
android11-dev
android11-gsi
android11-mainline-release
android11-release
android11-tests-release
master
master-cuttlefish-testing-release
master-plus-llvm
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-dev
upstream-jemalloc
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
psset: Add stats
David Goldblatt
2020-09-18
1
-8
/
+77
*
Add psset: a set of pageslabs.
David Goldblatt
2020-09-18
1
-0
/
+239
*
Edata: rename "ranged" bit to "pai".
David Goldblatt
2020-09-18
3
-12
/
+11
*
Correct usize in prof last-N record
Yinan Zhang
2020-09-09
2
-4
/
+4
*
Fix szind computation in profiling
Yinan Zhang
2020-08-27
1
-1
/
+1
*
Do not create size class tables for non-prof builds
Yinan Zhang
2020-08-24
2
-2
/
+6
*
Move unbias data to prof_data
Yinan Zhang
2020-08-24
2
-36
/
+35
*
Geom_grow: Don't keep the mutex internal.
David Goldblatt
2020-08-19
4
-36
/
+17
*
Geom_grow: Don't take tsdn at init.
David Goldblatt
2020-08-19
2
-2
/
+2
*
Geom_grow: Move in advancing logic.
David Goldblatt
2020-08-19
1
-15
/
+7
*
Rename ecache_grow -> geom_grow.
David Goldblatt
2020-08-19
5
-47
/
+50
*
IO: Support 0-padding for unsigned numbers.
David Goldblatt
2020-08-13
1
-2
/
+26
*
Add narenas_ratio.
David Goldblatt
2020-08-12
1
-1
/
+8
*
Fix size miscalculation bug in reallocation
Yinan Zhang
2020-08-11
1
-1
/
+1
*
Add sized-delete size-checking functionality.
David Goldblatt
2020-08-05
1
-9
/
+39
*
Safety check: Don't directly abort.
David Goldblatt
2020-08-05
1
-2
/
+0
*
Prof: Add prof_unbias.
David Goldblatt
2020-08-05
3
-2
/
+233
*
Add a simple utility to detect profiling bias.
David Goldblatt
2020-08-05
1
-1
/
+6
*
Add mallctl for batch allocation API
Yinan Zhang
2020-07-31
1
-1
/
+31
*
Add batch allocation API
Yinan Zhang
2020-07-31
1
-0
/
+117
*
Add zero option to arena batch allocation
Yinan Zhang
2020-07-31
1
-1
/
+7
*
Add batch allocation from fresh slabs
Yinan Zhang
2020-07-31
1
-0
/
+62
*
Extract bin shard selection out of bin locking
Yinan Zhang
2020-07-31
2
-21
/
+22
*
bit_util: Change ffs functions indexing.
David Goldblatt
2020-07-30
1
-3
/
+3
*
Verify output space before doing heavy work in mallctl
Yinan Zhang
2020-07-27
1
-14
/
+23
*
Modify mallctl output length when needed
Yinan Zhang
2020-07-27
1
-0
/
+1
*
Corrections for prof_log_start()
Yinan Zhang
2020-07-22
1
-24
/
+11
*
Shorten wait time for peak events
Yinan Zhang
2020-07-14
1
-2
/
+2
*
PA->PAC: Move in PAI implementation.
David Goldblatt
2020-07-09
2
-260
/
+125
*
PA -> PAC: Move in destruction functions.
David Goldblatt
2020-07-09
3
-19
/
+34
*
Arena: remove redundant bg inactivity check.
David Goldblatt
2020-07-09
1
-16
/
+0
*
PAC: Move in decay rate setting.
David Goldblatt
2020-07-09
5
-127
/
+109
*
PA->PAC: Move in decay functions.
David Goldblatt
2020-07-09
3
-9
/
+194
*
PA -> PAC: Move in decay_purge enum.
David Goldblatt
2020-07-09
3
-10
/
+9
*
PA->PAC: Make extent.c forget about PA.
David Goldblatt
2020-07-09
3
-201
/
+201
*
PA->PAC: Move in extent_sn.
David Goldblatt
2020-07-09
4
-11
/
+12
*
PA->PAC: Move in stats.
David Goldblatt
2020-07-09
6
-80
/
+80
*
PAC: Move in decay.
David Goldblatt
2020-07-09
6
-28
/
+29
*
PAC: Move in ecache_grow.
David Goldblatt
2020-07-09
4
-39
/
+47
*
PAC: move in emap
David Goldblatt
2020-07-09
3
-27
/
+29
*
PAC: Add an init function.
David Goldblatt
2020-07-09
2
-29
/
+41
*
PAC: Move in edata_cache accesses.
David Goldblatt
2020-07-09
3
-14
/
+14
*
Add PAC: Page allocator classic.
David Goldblatt
2020-07-09
6
-67
/
+69
*
Introduce PAI: Page allocator interface
David Goldblatt
2020-07-09
1
-31
/
+92
*
Tcache: Tweak nslots_max tuning parameter.
David Goldblatt
2020-07-09
1
-3
/
+3
*
Edata: split up different list linkage uses.
David Goldblatt
2020-07-08
7
-28
/
+29
*
enabling mpss on solaris/illumos.
David Carlier
2020-07-06
2
-4
/
+13
*
No need to intercept prof_dump_header() in tests
Yinan Zhang
2020-06-29
1
-3
/
+1
*
Generalize prof_cnt_all() for testing
Yinan Zhang
2020-06-29
1
-39
/
+9
*
Pass prof dump parameters explicitly in prof_sys
Yinan Zhang
2020-06-29
1
-51
/
+57
[next]