index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
background_thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Combine background_thread started / paused into state.
Qi Wang
2017-06-12
1
-25/+46
*
Not re-enable background thread after fork.
Qi Wang
2017-06-12
1
-35/+46
*
Move background thread creation to background_thread_0.
Qi Wang
2017-06-12
1
-140/+241
*
Normalize background thread configuration.
Jason Evans
2017-06-09
1
-0/+2
*
Add internal tsd for background_thread.
Qi Wang
2017-06-08
1
-5/+4
*
Drop high rank locks when creating threads.
Qi Wang
2017-06-08
1
-1/+4
*
Set isthreaded when enabling background_thread.
Qi Wang
2017-06-02
1
-23/+39
*
Fix background thread creation.
Qi Wang
2017-06-01
1
-13/+17
*
Refactor/fix background_thread/percpu_arena bootstrapping.
Jason Evans
2017-06-01
1
-50/+66
*
Use real pthread_create for creating background threads.
Qi Wang
2017-05-31
1
-2/+8
*
Track background thread status separately at fork.
Qi Wang
2017-05-31
1
-3/+8
*
Check for background thread inactivity on extents_dalloc.
Qi Wang
2017-05-23
1
-19/+42
*
Add background thread related stats.
Qi Wang
2017-05-23
1
-20/+79
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-0/+572