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
*
Make background_thread not dependent on libdl.
Qi Wang
2019-02-07
1
-1/+8
*
Avoid creating bg thds for huge arena lone.
Qi Wang
2019-01-16
1
-4/+16
*
Set the default number of background threads to 4.
Qi Wang
2018-11-16
1
-4/+3
*
Make use of pthread_set_name_np(3) on FreeBSD.
Edward Tomasz Napierala
2018-10-24
1
-0/+2
*
Clean compilation -Wextra
gnzlbg
2018-07-10
1
-1/+3
*
Fall back to the default pthread_create if RTLD_NEXT fails.
Qi Wang
2018-06-28
1
-7/+9
*
Remove an incorrect assertion.
Qi Wang
2018-04-18
1
-1/+4
*
Invoke dlsym() on demand.
Qi Wang
2018-04-18
1
-11/+24
*
background_thread: add max thread count config
Dave Watson
2018-04-10
1
-20/+29
*
Fix a background_thread shutdown issue.
Qi Wang
2018-04-02
1
-21/+26
*
Background threads: fix an indexing bug.
David Goldblatt
2018-02-28
1
-1/+2
*
Set isthreaded manually.
HEAD
dev
Qi Wang
2017-10-06
1
-5/+6
*
Delay background_thread_ctl_init to right before thread creation.
Qi Wang
2017-10-06
1
-3/+0
*
Fix pthread_sigmask() usage to block all signals.
Qi Wang
2017-06-26
1
-1/+1
*
Check arena in current context in pre_reentrancy.
Qi Wang
2017-06-23
1
-3/+3
*
Add thread name for background threads.
Qi Wang
2017-06-23
1
-1/+3
*
Mask signals during background thread creation.
Jason Evans
2017-06-21
1
-3/+35
*
Only abort on dlsym when necessary.
Qi Wang
2017-06-14
1
-3/+11
*
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