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
/
ctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor mutex profiling code with x-macros.
Qi Wang
2017-03-23
1
-118
/
+49
*
Switch to nstime_t for the time related fields in mutex profiling.
Qi Wang
2017-03-23
1
-2
/
+2
*
Added extents_dirty / _muzzy mutexes, as well as decay_dirty / _muzzy.
Qi Wang
2017-03-23
1
-33
/
+48
*
Added "stats.mutexes.reset" mallctl to reset all mutex stats.
Qi Wang
2017-03-23
1
-76
/
+128
*
Added JSON output for lock stats.
Qi Wang
2017-03-23
1
-1
/
+3
*
Added lock profiling and output for global locks (ctl, prof and base).
Qi Wang
2017-03-23
1
-49
/
+97
*
Add arena lock stats output.
Qi Wang
2017-03-23
1
-8
/
+134
*
Output bin lock profiling results to malloc_stats.
Qi Wang
2017-03-23
1
-1
/
+7
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-53
/
+135
*
Convert remaining arena_stats_t fields to atomics
David Goldblatt
2017-03-13
1
-24
/
+50
*
Switch atomic uint64_ts in arena_stats_t to C11 atomics
David Goldblatt
2017-03-13
1
-20
/
+60
*
Implement per-CPU arena.
Qi Wang
2017-03-08
1
-1
/
+17
*
Store associated arena in tcache.
Qi Wang
2017-03-07
1
-1
/
+1
*
Convert arena_decay_t's time to be atomically synchronized.
Jason Evans
2017-03-02
1
-1
/
+1
*
Small style fix in ctl.c
Qi Wang
2017-03-01
1
-2
/
+1
*
Convert arena->dss_prec synchronization to atomics.
Jason Evans
2017-02-16
1
-2
/
+2
*
Fix/refactor tcaches synchronization.
Jason Evans
2017-02-01
1
-2
/
+0
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-20
1
-21
/
+21
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-20
1
-72
/
+72
*
Update brace style.
Jason Evans
2017-01-20
1
-178
/
+166
*
Fix --disable-stats support.
Jason Evans
2017-01-19
1
-161
/
+195
*
Added stats about number of bytes cached in tcache currently.
Qi Wang
2017-01-18
1
-0
/
+9
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-13
/
+0
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-06
1
-86
/
+199
*
Replace the arenas.initialized mallctl with arena.<i>.initialized .
Jason Evans
2017-01-06
1
-29
/
+25
*
Range-check mib[1] --> arena_ind casts.
Jason Evans
2017-01-06
1
-7
/
+22
*
Move static ctl_epoch variable into ctl_stats_t (as epoch).
Jason Evans
2017-01-06
1
-4
/
+3
*
Refactor ctl_stats_t.
Jason Evans
2017-01-06
1
-58
/
+91
*
Rename the arenas.extend mallctl to arenas.create.
Jason Evans
2017-01-06
1
-3
/
+3
*
Add MALLCTL_ARENAS_ALL.
Jason Evans
2017-01-06
1
-76
/
+122
*
Implement per arena base allocators.
Jason Evans
2016-12-26
1
-20
/
+30
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-20
1
-2
/
+2
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-2
/
+2
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-6
/
+0
*
Remove ratio-based purging.
Jason Evans
2016-10-12
1
-81
/
+4
*
Reduce "thread.arena" mallctl contention.
Jason Evans
2016-10-04
1
-3
/
+1
*
Silence a bogus compiler warning.
Jason Evans
2016-06-05
1
-1
/
+3
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-05
1
-8
/
+8
*
Remove obsolete stats.arenas.<i>.metadata.mapped mallctl.
Jason Evans
2016-06-05
1
-20
/
+6
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-05
1
-2
/
+2
*
s/chunk_hook/extent_hook/g
Jason Evans
2016-06-05
1
-11
/
+11
*
Rename huge to large.
Jason Evans
2016-06-05
1
-72
/
+74
*
Move slabs out of chunks.
Jason Evans
2016-06-05
1
-18
/
+19
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-05
1
-164
/
+11
*
Remove redzone support.
Jason Evans
2016-05-13
1
-3
/
+0
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-8
/
+0
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-5
/
+1
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-10
1
-113
/
+116
*
Add the stats.retained and stats.arenas.<i>.retained statistics.
Jason Evans
2016-05-03
1
-0
/
+10
*
Fix huge_palloc() regression.
Jason Evans
2016-05-03
1
-1
/
+1
[prev]
[next]