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
*
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
*
Header refactoring: move util.h out of the catchall
David Goldblatt
2017-04-18
1
-0
/
+2
*
Prefer old/low extent_t structures during reuse.
Jason Evans
2017-04-17
1
-7
/
+7
*
Switch to fine-grained reentrancy support.
Qi Wang
2017-04-14
1
-4
/
+2
*
Pass alloc_ctx down profiling path.
Qi Wang
2017-04-12
1
-2
/
+9
*
Pass dalloc_ctx down the sdalloc path.
Qi Wang
2017-04-12
1
-1
/
+1
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1
/
+2
*
Move reentrancy_level to the beginning of TSD.
Qi Wang
2017-04-07
1
-1
/
+1
*
Add basic reentrancy-checking support, and allow arena_new to reenter.
David Goldblatt
2017-04-07
1
-0
/
+13
*
Optimizing TSD and thread cache layout.
Qi Wang
2017-04-07
1
-5
/
+11
*
Transition arena struct fields to C11 atomics
David Goldblatt
2017-04-05
1
-27
/
+29
*
Convert prng module to use C11-style atomics
David Goldblatt
2017-04-04
1
-2
/
+2
*
Move arena_slab_data_t's nfree into extent_t's e_bits.
Jason Evans
2017-03-27
1
-19
/
+18
*
Implement bitmap_ffu(), which finds the first unset bit.
Jason Evans
2017-03-24
1
-1
/
+1
*
Profile per arena base mutex, instead of just a0.
Qi Wang
2017-03-23
1
-0
/
+2
*
Refactor mutex profiling code with x-macros.
Qi Wang
2017-03-23
1
-10
/
+14
*
Added extents_dirty / _muzzy mutexes, as well as decay_dirty / _muzzy.
Qi Wang
2017-03-23
1
-4
/
+7
*
Added "stats.mutexes.reset" mallctl to reset all mutex stats.
Qi Wang
2017-03-23
1
-3
/
+3
*
Added lock profiling and output for global locks (ctl, prof and base).
Qi Wang
2017-03-23
1
-3
/
+3
*
Add arena lock stats output.
Qi Wang
2017-03-23
1
-0
/
+18
*
Output bin lock profiling results to malloc_stats.
Qi Wang
2017-03-23
1
-0
/
+1
*
Push down iealloc() calls.
Jason Evans
2017-03-22
1
-33
/
+31
*
Remove extent dereferences from the deallocation fast paths.
Jason Evans
2017-03-22
1
-1
/
+1
*
Remove extent arg from isalloc() and arena_salloc().
Jason Evans
2017-03-22
1
-4
/
+4
*
Incorporate szind/slab into rtree leaves.
Jason Evans
2017-03-22
1
-1
/
+10
*
Remove binind field from arena_slab_data_t.
Jason Evans
2017-03-22
1
-5
/
+5
*
Convert extent_t's usize to szind.
Jason Evans
2017-03-22
1
-16
/
+18
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-120
/
+260
*
Move arena_t's purging field into arena_decay_t.
Jason Evans
2017-03-15
1
-5
/
+4
*
Refactor decay-related function parametrization.
Jason Evans
2017-03-15
1
-86
/
+96
*
Convert remaining arena_stats_t fields to atomics
David Goldblatt
2017-03-13
1
-23
/
+33
*
Switch atomic uint64_ts in arena_stats_t to C11 atomics
David Goldblatt
2017-03-13
1
-21
/
+39
*
Convert arena_t's purging field to non-atomic bool.
Jason Evans
2017-03-10
1
-4
/
+5
*
Implement per-CPU arena.
Qi Wang
2017-03-08
1
-0
/
+10
*
Fix arena_prefork lock rank order for witness.
Qi Wang
2017-03-08
1
-6
/
+16
*
Perform delayed coalescing prior to purging.
Jason Evans
2017-03-07
1
-8
/
+20
*
Change arena to use the atomic functions for ssize_t instead of the union str...
David Goldblatt
2017-03-06
1
-6
/
+2
*
Optimize malloc_large_stats_t maintenance.
Jason Evans
2017-03-04
1
-29
/
+6
*
Immediately purge cached extents if decay_time is 0.
Jason Evans
2017-03-02
1
-37
/
+32
[next]