Searched refs:opt_prof_thread_active_init (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_externs.h | 10 extern bool opt_prof_thread_active_init;
|
D | private_namespace_jet.h | 285 #define opt_prof_thread_active_init JEMALLOC_N(opt_prof_thread_active_init) macro
|
D | private_namespace.h | 282 #define opt_prof_thread_active_init JEMALLOC_N(opt_prof_thread_active_init) macro
|
/external/jemalloc_new/src/ |
D | ctl.c | 105 CTL_PROTO(opt_prof_thread_active_init) 320 {NAME("prof_thread_active_init"), CTL(opt_prof_thread_active_init)}, 1739 CTL_RO_NL_CGEN(config_prof, opt_prof_thread_active_init, in CTL_RO_CONFIG_GEN() 1740 opt_prof_thread_active_init, bool) in CTL_RO_CONFIG_GEN()
|
D | prof.c | 34 bool opt_prof_thread_active_init = true; variable 2312 prof_thread_active_init = opt_prof_thread_active_init; in prof_boot2()
|
D | jemalloc.c | 1191 CONF_HANDLE_BOOL(opt_prof_thread_active_init,
|
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 48693 -extern bool opt_prof_thread_active_init; 66059 -CTL_PROTO(opt_prof_thread_active_init) 66385 - {NAME("prof_thread_active_init"), CTL(opt_prof_thread_active_init)}, 68117 -CTL_RO_NL_CGEN(config_prof, opt_prof_thread_active_init, 68118 - opt_prof_thread_active_init, bool) 76985 - CONF_HANDLE_BOOL(opt_prof_thread_active_init, 83854 -bool opt_prof_thread_active_init = true; 83877 - * Initialized as opt_prof_thread_active_init, and accessed via 84464 - prof_thread_active_init = opt_prof_thread_active_init;
|