Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt364 opt_prof_thread_active_init
Dprof.h248 extern bool opt_prof_thread_active_init;
Dprivate_namespace.h366 #define opt_prof_thread_active_init JEMALLOC_N(opt_prof_thread_active_init) macro
Dprivate_unnamespace.h366 #undef opt_prof_thread_active_init
/external/jemalloc/src/
Dctl.c110 CTL_PROTO(opt_prof_thread_active_init)
284 {NAME("prof_thread_active_init"), CTL(opt_prof_thread_active_init)},
1289 CTL_RO_NL_CGEN(config_prof, opt_prof_thread_active_init, in CTL_RO_CONFIG_GEN()
1290 opt_prof_thread_active_init, bool) in CTL_RO_CONFIG_GEN()
Dprof.c19 bool opt_prof_thread_active_init = true; variable
2137 prof_thread_active_init = opt_prof_thread_active_init; in prof_boot2()
Djemalloc.c1165 CONF_HANDLE_BOOL(opt_prof_thread_active_init,