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
/
arena.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused stats from cache structure.
Christopher Ferris
2019-04-30
1
-0
/
+4
*
Add UNUSED to avoid compiler warnings.
Qi Wang
2018-04-16
1
-17
/
+16
*
Silence a compiler warning.
Jason Evans
2018-04-10
1
-2
/
+3
*
Implement arena regind computation using div_info_t.
David Goldblatt
2017-12-21
1
-17
/
+16
*
Split up and standardize naming of stats code.
David T. Goldblatt
2017-12-18
1
-141
/
+2
*
Move bin stats code from arena to bin module.
David T. Goldblatt
2017-12-18
1
-14
/
+1
*
Move bin forking code from arena to bin module.
David T. Goldblatt
2017-12-18
1
-3
/
+3
*
Move bin initialization from arena module to bin module.
David T. Goldblatt
2017-12-18
1
-9
/
+2
*
Pull out arena_bin_info_t and arena_bin_t into their own file.
David T. Goldblatt
2017-12-18
1
-57
/
+39
*
Over purge by 1 extent always.
Qi Wang
2017-12-18
1
-2
/
+2
*
Fix unbounded increase in stash_decayed.
Qi Wang
2017-11-08
1
-12
/
+18
*
Add arena.i.retain_grow_limit
Qi Wang
2017-11-03
1
-0
/
+28
*
Clear cache bin ql postfork.
Qi Wang
2017-09-12
1
-0
/
+7
*
Add stats for metadata_thp.
Qi Wang
2017-08-30
1
-2
/
+3
*
Make arena stats collection go through cache bins.
David Goldblatt
2017-08-16
1
-4
/
+4
*
Pull out caching for a bin into its own file.
David Goldblatt
2017-08-16
1
-3
/
+3
*
Add extent_grow_mtx in pre_ / post_fork handlers.
Qi Wang
2017-06-29
1
-4
/
+11
*
Check arena in current context in pre_reentrancy.
Qi Wang
2017-06-23
1
-1
/
+1
*
Set reentrancy when invoking customized extent hooks.
Qi Wang
2017-06-23
1
-2
/
+2
*
Avoid inactivity_check within background threads.
Qi Wang
2017-06-22
1
-17
/
+22
*
Clear tcache_ql after fork in child.
Qi Wang
2017-06-19
1
-0
/
+17
*
Log decay->nunpurged before purging.
Qi Wang
2017-06-14
1
-2
/
+3
*
Drop high rank locks when creating threads.
Qi Wang
2017-06-08
1
-11
/
+0
*
Refactor/fix background_thread/percpu_arena bootstrapping.
Jason Evans
2017-06-01
1
-2
/
+7
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-27
/
+28
*
Header refactoring: unify and de-catchall extent_mmap module.
David Goldblatt
2017-05-31
1
-0
/
+1
*
Header refactoring: unify and de-catchall extent_dss.
David Goldblatt
2017-05-31
1
-0
/
+1
*
Header refactoring: unify and de-catchall rtree module.
David Goldblatt
2017-05-31
1
-0
/
+1
*
Fix npages during arena_decay_epoch_advance().
Qi Wang
2017-05-30
1
-20
/
+14
*
Fix extent_grow_next management.
Jason Evans
2017-05-29
1
-4
/
+5
*
Cleanup smoothstep.sh / .h.
Qi Wang
2017-05-25
1
-1
/
+1
*
Fix stats.mapped during deallocation.
Qi Wang
2017-05-24
1
-1
/
+1
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-0
/
+1
*
Header refactoring: unify and de-catchall witness code.
David Goldblatt
2017-05-24
1
-6
/
+12
*
Fix # of unpurged pages in decay algorithm.
Qi Wang
2017-05-23
1
-10
/
+26
*
Check for background thread inactivity on extents_dalloc.
Qi Wang
2017-05-23
1
-0
/
+4
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-55
/
+101
*
Allow mutexes to take a lock ordering enum at construction.
David Goldblatt
2017-05-19
1
-6
/
+7
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
1
-64
/
+66
*
Add stats: arena uptime.
Qi Wang
2017-05-18
1
-0
/
+7
*
Stop depending on JEMALLOC_N() for function interception during testing.
Jason Evans
2017-05-11
1
-12
/
+4
*
Add extent_destroy_t and use it during arena destruction.
Jason Evans
2017-04-29
1
-11
/
+9
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-3
/
+3
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-24
1
-2
/
+2
*
Use trylock in arena_decay_impl().
Qi Wang
2017-04-24
1
-8
/
+16
*
Header refactoring: size_classes module - remove from the catchall
David Goldblatt
2017-04-24
1
-0
/
+1
*
Get rid of most of the various inline macros.
David Goldblatt
2017-04-24
1
-3
/
+3
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-32
/
+24
*
Bypass extent tracking for auto arenas.
Qi Wang
2017-04-21
1
-11
/
+22
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-18
1
-0
/
+1
[next]