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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a script to check for clang-formattedness.
upstream-dev
David Goldblatt
2020-10-02
1
-0
/
+28
*
Add a .clang-format file.
David Goldblatt
2020-10-02
1
-0
/
+122
*
psset: Add stats
David Goldblatt
2020-09-18
4
-13
/
+178
*
Add psset: a set of pageslabs.
David Goldblatt
2020-09-18
9
-1
/
+670
*
Flat bitmap: Add longest-range computation.
David Goldblatt
2020-09-18
2
-0
/
+66
*
Edata: rename "ranged" bit to "pai".
David Goldblatt
2020-09-18
6
-38
/
+48
*
Avoid a -Wundef warning on LG_SLAB_MAXREGS.
David Goldblatt
2020-09-17
3
-9
/
+11
*
Remove --with-slab-maxregs options from INSTALL.md
David Goldblatt
2020-09-17
1
-7
/
+0
*
CI support for PPC64LE architecture
ezeeyahoo
2020-09-17
2
-19
/
+213
*
configure: add --with-lg-slab-maxregs configure option.
Hao Liu
2020-09-16
4
-2
/
+27
*
Add PROFILING_INTERNALS.md
David Goldblatt
2020-09-10
2
-0
/
+129
*
Add unit tests for usize in prof recent records
Yinan Zhang
2020-09-09
1
-2
/
+5
*
Correct usize in prof last-N record
Yinan Zhang
2020-09-09
4
-5
/
+6
*
Fix szind computation in profiling
Yinan Zhang
2020-08-27
1
-1
/
+1
*
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
4
-4
/
+16
*
Move unbias data to prof_data
Yinan Zhang
2020-08-24
4
-39
/
+39
*
Geom_grow: Don't keep the mutex internal.
David Goldblatt
2020-08-19
6
-43
/
+19
*
Geom_grow: Don't take tsdn at init.
David Goldblatt
2020-08-19
3
-3
/
+3
*
Geom_grow: Move in advancing logic.
David Goldblatt
2020-08-19
2
-15
/
+34
*
Rename ecache_grow -> geom_grow.
David Goldblatt
2020-08-19
10
-74
/
+84
*
flat_bitmap unit test: Silence a warning.
David Goldblatt
2020-08-17
1
-2
/
+6
*
Mallctl stress test: fix a type.
David Goldblatt
2020-08-17
1
-3
/
+3
*
Benchmarks: Also print ns / iter.
David Goldblatt
2020-08-13
1
-4
/
+25
*
IO: Support 0-padding for unsigned numbers.
David Goldblatt
2020-08-13
2
-2
/
+36
*
Add a mallctl speed stress test.
David Goldblatt
2020-08-13
2
-0
/
+75
*
Makefile: alphabetize stress/analyze utilities.
David Goldblatt
2020-08-13
1
-6
/
+7
*
Add narenas_ratio.
David Goldblatt
2020-08-12
1
-1
/
+8
*
Config: safety checks don't imply size checks.
David Goldblatt
2020-08-12
1
-2
/
+1
*
Add alignment stress test for rallocx
Yinan Zhang
2020-08-11
1
-0
/
+34
*
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
6
-9
/
+135
*
Safety check: Don't directly abort.
David Goldblatt
2020-08-05
1
-2
/
+0
*
Prof: Add prof_unbias.
David Goldblatt
2020-08-05
5
-2
/
+241
*
Add a simple utility to detect profiling bias.
David Goldblatt
2020-08-05
4
-2
/
+75
*
Add a stress test for batch allocation
Yinan Zhang
2020-08-03
2
-1
/
+90
*
Add mallctl for batch allocation API
Yinan Zhang
2020-07-31
2
-2
/
+51
*
Add batch allocation API
Yinan Zhang
2020-07-31
9
-2
/
+329
*
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
2
-2
/
+8
*
Add batch allocation from fresh slabs
Yinan Zhang
2020-07-31
2
-0
/
+64
*
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
3
-22
/
+23
*
FB: Add range iteration support.
David Goldblatt
2020-07-30
2
-1
/
+298
*
Add flat_bitmap.
David Goldblatt
2020-07-30
3
-0
/
+536
*
Nbits: Add a couple more interesting sizes.
David Goldblatt
2020-07-30
1
-0
/
+13
*
bitset test: Pull NBITS_TAB into its own file.
David Goldblatt
2020-07-30
2
-91
/
+99
*
bit_util: Add fls_ functions; "find last set".
David Goldblatt
2020-07-30
3
-133
/
+292
*
bit_util: Change ffs functions indexing.
David Goldblatt
2020-07-30
5
-24
/
+86
*
CI: Update keyring.
David Goldblatt
2020-07-27
1
-1
/
+3
[next]