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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
psset: Add stats
David Goldblatt
2020-09-18
2
-4
/
+24
*
Add psset: a set of pageslabs.
David Goldblatt
2020-09-18
2
-1
/
+115
*
Flat bitmap: Add longest-range computation.
David Goldblatt
2020-09-18
1
-0
/
+25
*
Edata: rename "ranged" bit to "pai".
David Goldblatt
2020-09-18
1
-21
/
+32
*
Avoid a -Wundef warning on LG_SLAB_MAXREGS.
David Goldblatt
2020-09-17
2
-6
/
+8
*
configure: add --with-lg-slab-maxregs configure option.
Hao Liu
2020-09-16
2
-2
/
+11
*
Correct usize in prof last-N record
Yinan Zhang
2020-09-09
2
-1
/
+2
*
Do not repeat reentrancy test in profiling
Yinan Zhang
2020-08-25
1
-6
/
+9
*
Do not create size class tables for non-prof builds
Yinan Zhang
2020-08-24
2
-2
/
+10
*
Move unbias data to prof_data
Yinan Zhang
2020-08-24
2
-3
/
+4
*
Geom_grow: Don't keep the mutex internal.
David Goldblatt
2020-08-19
2
-7
/
+2
*
Geom_grow: Don't take tsdn at init.
David Goldblatt
2020-08-19
1
-1
/
+1
*
Geom_grow: Move in advancing logic.
David Goldblatt
2020-08-19
1
-0
/
+27
*
Rename ecache_grow -> geom_grow.
David Goldblatt
2020-08-19
3
-26
/
+32
*
Config: safety checks don't imply size checks.
David Goldblatt
2020-08-12
1
-2
/
+1
*
Add sized-delete size-checking functionality.
David Goldblatt
2020-08-05
2
-0
/
+16
*
Prof: Add prof_unbias.
David Goldblatt
2020-08-05
2
-0
/
+8
*
Add a simple utility to detect profiling bias.
David Goldblatt
2020-08-05
1
-0
/
+7
*
Add batch allocation API
Yinan Zhang
2020-07-31
3
-1
/
+12
*
Add surplus reading API for thread event lookahead
Yinan Zhang
2020-07-31
1
-3
/
+47
*
Add zero option to arena batch allocation
Yinan Zhang
2020-07-31
1
-1
/
+1
*
Add batch allocation from fresh slabs
Yinan Zhang
2020-07-31
1
-0
/
+2
*
Add empty test and concat for typed list
Yinan Zhang
2020-07-31
1
-0
/
+8
*
Extract bin shard selection out of bin locking
Yinan Zhang
2020-07-31
1
-1
/
+1
*
FB: Add range iteration support.
David Goldblatt
2020-07-30
1
-0
/
+65
*
Add flat_bitmap.
David Goldblatt
2020-07-30
1
-0
/
+222
*
bit_util: Add fls_ functions; "find last set".
David Goldblatt
2020-07-30
1
-128
/
+216
*
bit_util: Change ffs functions indexing.
David Goldblatt
2020-07-30
3
-20
/
+30
*
PA->PAC: Move in PAI implementation.
David Goldblatt
2020-07-09
2
-6
/
+8
*
PA -> PAC: Move in destruction functions.
David Goldblatt
2020-07-09
2
-1
/
+5
*
PAC: Move in decay rate setting.
David Goldblatt
2020-07-09
3
-21
/
+17
*
PA->PAC: Move in decay functions.
David Goldblatt
2020-07-09
2
-34
/
+35
*
PA -> PAC: Move in decay_purge enum.
David Goldblatt
2020-07-09
2
-8
/
+9
*
PA->PAC: Make extent.c forget about PA.
David Goldblatt
2020-07-09
2
-16
/
+10
*
PA->PAC: Move in extent_sn.
David Goldblatt
2020-07-09
3
-6
/
+4
*
PA->PAC: Move in stats.
David Goldblatt
2020-07-09
4
-60
/
+75
*
PAC: Move in decay.
David Goldblatt
2020-07-09
4
-27
/
+25
*
PAC: Move in ecache_grow.
David Goldblatt
2020-07-09
2
-2
/
+5
*
PAC: move in emap
David Goldblatt
2020-07-09
1
-1
/
+2
*
PAC: Add an init function.
David Goldblatt
2020-07-09
1
-0
/
+3
*
PAC: Move in edata_cache accesses.
David Goldblatt
2020-07-09
1
-0
/
+2
*
Add PAC: Page allocator classic.
David Goldblatt
2020-07-09
2
-16
/
+36
*
Introduce PAI: Page allocator interface
David Goldblatt
2020-07-09
2
-0
/
+53
*
atomic: add atomic_load_sub_store
David Goldblatt
2020-07-09
1
-0
/
+7
*
Edata: Reserve some space for hugepages.
David Goldblatt
2020-07-08
1
-0
/
+12
*
Edata: split up different list linkage uses.
David Goldblatt
2020-07-08
5
-19
/
+26
*
Add typed-list module.
David Goldblatt
2020-07-08
2
-39
/
+50
*
enabling mpss on solaris/illumos.
David Carlier
2020-07-06
2
-0
/
+13
*
No need to intercept prof_dump_header() in tests
Yinan Zhang
2020-06-29
1
-2
/
+0
*
Generalize prof_cnt_all() for testing
Yinan Zhang
2020-06-29
1
-2
/
+1
[next]