Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/src/
H A Dbackground_thread.c21 size_t max_background_threads; variable
292 for (unsigned i = ind; i < narenas; i += max_background_threads) {
395 for (unsigned i = 1; i < max_background_threads; i++) {
438 VARIABLE_ARRAY(bool, created_threads, max_background_threads);
440 for (i = 1; i < max_background_threads; i++) {
463 for (i = 1; i < max_background_threads; i++) {
510 assert(thread_ind < max_background_threads);
544 size_t thread_ind = arena_ind % max_background_threads;
598 VARIABLE_ARRAY(bool, marked, max_background_threads);
600 for (i = 0; i < max_background_threads; i++) {
[all …]
H A Dctl.c60 CTL_PROTO(max_background_threads)
581 {NAME("max_background_threads"), CTL(max_background_threads)},
1645 oldval = max_background_threads; in max_background_threads_ctl()
1652 oldval = max_background_threads; in max_background_threads_ctl()
1678 max_background_threads = newval; in max_background_threads_ctl()
1685 max_background_threads = newval; in max_background_threads_ctl()
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dbackground_thread_externs.h9 extern size_t max_background_threads;
H A Dprivate_namespace.h102 #define max_background_threads JEMALLOC_N(max_background_threads) macro
H A Dprivate_namespace_jet.h103 #define max_background_threads JEMALLOC_N(max_background_threads) macro
/aosp_15_r20/external/jemalloc_new/
H A DChangeLog37 + max_background_threads (@djwatson)
39 + opt.max_background_threads (@djwatson)
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch16501 - - Fix background thread index issues with max_background_threads. (@djwatson,
16559 - + max_background_threads (@djwatson)
16561 - + opt.max_background_threads (@djwatson)
32409 - <varlistentry id="max_background_threads">
32411 - <mallctl>max_background_threads</mallctl>
32417 - linkend="opt.max_background_threads"><mallctl>opt.max_background_threads</mallctl></link> …
32734 - <varlistentry id="opt.max_background_threads">
32736 - <mallctl>opt.max_background_threads</mallctl>
37400 -extern size_t max_background_threads;
37448 - return &background_thread_info[arena_ind % max_background_threads];
[all …]