Home
last modified time | relevance | path

Searched refs:max_background_threads (Results 1 – 6 of 6) sorted by relevance

/src/contrib/jemalloc/src/
H A Dbackground_thread.c22 size_t max_background_threads; variable
194 for (unsigned i = ind; i < narenas; i += max_background_threads) {
315 for (unsigned i = 1; i < max_background_threads; i++) {
358 VARIABLE_ARRAY(bool, created_threads, max_background_threads);
360 for (i = 1; i < max_background_threads; i++) {
383 for (i = 1; i < max_background_threads; i++) {
430 assert(thread_ind < max_background_threads);
465 size_t thread_ind = arena_ind % max_background_threads;
532 VARIABLE_ARRAY(bool, marked, max_background_threads);
534 for (unsigned i = 0; i < max_background_threads; i++) {
[all …]
H A Dctl.c67 CTL_PROTO(max_background_threads)
897 {NAME("max_background_threads"), CTL(max_background_threads)},
2067 oldval = max_background_threads; in max_background_threads_ctl()
2074 oldval = max_background_threads; in max_background_threads_ctl()
2093 max_background_threads = newval; in max_background_threads_ctl()
2100 max_background_threads = newval; in max_background_threads_ctl()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_inlines.h18 return &background_thread_info[arena_ind % max_background_threads]; in arena_background_thread_info_get()
23 return &background_thread_info[ind % max_background_threads]; in background_thread_info_get()
H A Dbackground_thread_externs.h9 extern size_t max_background_threads;
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h129 #define max_background_threads JEMALLOC_N(max_background_threads) macro
/src/contrib/jemalloc/
H A DChangeLog215 - Fix background thread index issues with max_background_threads. (@djwatson,
273 + max_background_threads (@djwatson)
275 + opt.max_background_threads (@djwatson)