Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h10 extern bool opt_prof_thread_active_init;
Dprivate_namespace_jet.h284 #define opt_prof_thread_active_init JEMALLOC_N(opt_prof_thread_active_init) macro
Dprivate_namespace.h281 #define opt_prof_thread_active_init JEMALLOC_N(opt_prof_thread_active_init) macro
/external/jemalloc_new/src/
Dctl.c105 CTL_PROTO(opt_prof_thread_active_init)
306 {NAME("prof_thread_active_init"), CTL(opt_prof_thread_active_init)},
1681 CTL_RO_NL_CGEN(config_prof, opt_prof_thread_active_init, in CTL_RO_CONFIG_GEN()
1682 opt_prof_thread_active_init, bool) in CTL_RO_CONFIG_GEN()
Dprof.c34 bool opt_prof_thread_active_init = true; variable
2312 prof_thread_active_init = opt_prof_thread_active_init; in prof_boot2()
Djemalloc.c1189 CONF_HANDLE_BOOL(opt_prof_thread_active_init,