Home
last modified time | relevance | path

Searched refs:prof_thread_active_init (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/jemalloc_new/src/
H A Dprof.c59 static bool prof_thread_active_init; variable
2222 active_init = prof_thread_active_init; in prof_thread_active_init_get()
2232 active_init_old = prof_thread_active_init; in prof_thread_active_init_set()
2233 prof_thread_active_init = active_init; in prof_thread_active_init_set()
2312 prof_thread_active_init = opt_prof_thread_active_init; in prof_boot2()
H A Dctl.c143 CTL_PROTO(prof_thread_active_init)
396 {NAME("thread_active_init"), CTL(prof_thread_active_init)},
/aosp_15_r20/external/jemalloc_new/
H A DChangeLog714 "opt.prof_thread_active_init", "prof.thread_active_init", and
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch17236 - "opt.prof_thread_active_init", "prof.thread_active_init", and
33077 - <varlistentry id="opt.prof_thread_active_init">
33079 - <mallctl>opt.prof_thread_active_init</mallctl>
34033 - linkend="opt.prof_thread_active_init"><mallctl>opt.prof_thread_active_init</mallctl></link>
66106 -CTL_PROTO(prof_thread_active_init)
66385 - {NAME("prof_thread_active_init"), CTL(opt_prof_thread_active_init)},
66505 - {NAME("thread_active_init"), CTL(prof_thread_active_init)},
76986 - "prof_thread_active_init")
83880 -static bool prof_thread_active_init;
84318 - active_init = prof_thread_active_init;
[all …]