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
*
Add extent_grow_mtx in pre_ / post_fork handlers.
Qi Wang
2017-06-29
1
-0
/
+1
*
Switch ctl to explicitly use tsd instead of tsdn.
Qi Wang
2017-06-23
1
-2
/
+1
*
Check arena in current context in pre_reentrancy.
Qi Wang
2017-06-23
1
-1
/
+4
*
Set reentrancy when invoking customized extent hooks.
Qi Wang
2017-06-23
1
-1
/
+1
*
Add thread name for background threads.
Qi Wang
2017-06-23
1
-0
/
+3
*
Avoid inactivity_check within background threads.
Qi Wang
2017-06-22
1
-2
/
+3
*
Mask signals during background thread creation.
Jason Evans
2017-06-20
1
-0
/
+1
*
Add minimal initialized TSD.
Qi Wang
2017-06-15
1
-8
/
+22
*
Pass tsd to tcache_flush().
Qi Wang
2017-06-15
1
-1
/
+1
*
Only abort on dlsym when necessary.
Qi Wang
2017-06-14
1
-0
/
+1
*
Combine background_thread started / paused into state.
Qi Wang
2017-06-12
1
-4
/
+8
*
Move background thread creation to background_thread_0.
Qi Wang
2017-06-12
2
-2
/
+2
*
Normalize background thread configuration.
Jason Evans
2017-06-08
2
-6
/
+5
*
Remove redundant typedefs.
Jason Evans
2017-06-08
1
-2
/
+0
*
Add internal tsd for background_thread.
Qi Wang
2017-06-08
1
-5
/
+10
*
Drop high rank locks when creating threads.
Qi Wang
2017-06-08
1
-0
/
+1
*
Make tsd no-cleanup during tsd reincarnation.
Qi Wang
2017-06-07
1
-1
/
+1
*
Take background thread lock when setting extent hooks.
Qi Wang
2017-06-05
1
-1
/
+2
*
Set isthreaded when enabling background_thread.
Qi Wang
2017-06-01
1
-0
/
+1
*
Refactor/fix background_thread/percpu_arena bootstrapping.
Jason Evans
2017-06-01
6
-25
/
+41
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
12
-310
/
+340
*
Header refactoring: unify and de-catchall mutex_pool.
David Goldblatt
2017-05-31
5
-26
/
+13
*
Header refactoring: unify and de-catchall extent_mmap module.
David Goldblatt
2017-05-31
2
-4
/
+3
*
Header refactoring: unify and de-catchall extent_dss.
David Goldblatt
2017-05-31
7
-37
/
+28
*
Header refactoring: unify and de-catchall rtree module.
David Goldblatt
2017-05-31
10
-170
/
+155
*
Add the --disable-thp option to support cross compiling.
Jason Evans
2017-05-30
2
-9
/
+9
*
Fix extent_grow_next management.
Jason Evans
2017-05-29
2
-9
/
+11
*
Add opt.stats_print_opts.
Qi Wang
2017-05-29
1
-1
/
+20
*
Added opt_abort_conf: abort on invalid config options.
Qi Wang
2017-05-26
1
-14
/
+15
*
Cleanup smoothstep.sh / .h.
Qi Wang
2017-05-25
2
-205
/
+203
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
22
-287
/
+280
*
Header refactoring: unify and de-catchall witness code.
David Goldblatt
2017-05-24
11
-374
/
+424
*
Disable percpu_arena by default.
Jason Evans
2017-05-23
1
-5
/
+0
*
Fix # of unpurged pages in decay algorithm.
Qi Wang
2017-05-23
1
-0
/
+2
*
Check for background thread inactivity on extents_dalloc.
Qi Wang
2017-05-23
2
-4
/
+45
*
Add profiling for the background thread mutex.
Qi Wang
2017-05-23
2
-6
/
+7
*
Add background thread related stats.
Qi Wang
2017-05-23
4
-0
/
+16
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
11
-258
/
+367
*
Protect the rtree/extent interactions with a mutex pool.
David Goldblatt
2017-05-19
13
-232
/
+176
*
Allow mutexes to take a lock ordering enum at construction.
David Goldblatt
2017-05-19
3
-3
/
+15
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
5
-22
/
+23
*
Add stats: arena uptime.
Qi Wang
2017-05-18
2
-0
/
+5
*
Refactor (MALLOCX_ARENA_MAX + 1) to be MALLOCX_ARENA_LIMIT.
Jason Evans
2017-05-14
4
-6
/
+6
*
Automatically generate private symbol name mangling macros.
Jason Evans
2017-05-11
5
-611
/
+71
*
Remove unused private_unnamespace infrastructure.
Jason Evans
2017-05-11
1
-5
/
+0
*
Stop depending on JEMALLOC_N() for function interception during testing.
Jason Evans
2017-05-11
7
-114
/
+106
*
Avoid compiler warnings on Windows.
Jason Evans
2017-05-11
1
-5
/
+5
*
Remove mutex_prof_data_t redeclaration.
Jason Evans
2017-05-11
2
-2
/
+1
*
Fix rtree_leaf_elm_szind_slab_update().
Jason Evans
2017-05-03
1
-8
/
+7
*
rtree_leaf_elm_extent_write() --> rtree_leaf_elm_extent_lock_write()
Jason Evans
2017-05-03
1
-8
/
+9
[next]