summaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/background_thread_externs.h
Commit message (Expand)AuthorAgeFilesLines
* Remove opt_background_thread_hpa_interval_max_msAlex Lapenkou2021-09-171-3/+0
* Wake up background threads on demandAlex Lapenkou2021-09-171-1/+1
* Allow PAI to calculate time until deferred workAlex Lapenkou2021-09-171-0/+3
* HPA: Do deferred operations on background threads.David Goldblatt2021-07-121-0/+1
* Introduce decay module and put decay objects in PADavid Goldblatt2020-04-101-1/+1
* Background thread: take base as a parameter.David T. Goldblatt2020-02-181-1/+1
* Fall back to the default pthread_create if RTLD_NEXT fails.Qi Wang2018-06-281-1/+0
* background_thread: add max thread count configDave Watson2018-04-101-0/+2
* Only abort on dlsym when necessary.Qi Wang2017-06-141-0/+1
* Move background thread creation to background_thread_0.Qi Wang2017-06-121-2/+0
* Set isthreaded when enabling background_thread.Qi Wang2017-06-011-0/+1
* Refactor/fix background_thread/percpu_arena bootstrapping.Jason Evans2017-06-011-4/+4
* Add background thread related stats.Qi Wang2017-05-231-0/+2
* Implementing opt.background_thread.Qi Wang2017-05-231-0/+29