Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_externs.h8 extern bool opt_prof_thread_active_init;
A Dprivate_symbols.txt329 opt_prof_thread_active_init
A Dprivate_namespace.h329 #define opt_prof_thread_active_init JEMALLOC_N(opt_prof_thread_active_init) macro
A Dprivate_unnamespace.h329 #undef opt_prof_thread_active_init
/third_party/ulib/jemalloc/src/
A Dctl.c89 CTL_PROTO(opt_prof_thread_active_init)
246 {NAME("prof_thread_active_init"), CTL(opt_prof_thread_active_init)},
1307 CTL_RO_NL_CGEN(config_prof, opt_prof_thread_active_init, in CTL_RO_CONFIG_GEN()
1308 opt_prof_thread_active_init, bool) in CTL_RO_CONFIG_GEN()
A Dprof.c19 bool opt_prof_thread_active_init = true; variable
2277 prof_thread_active_init = opt_prof_thread_active_init; in prof_boot2()
A Djemalloc.c1115 CONF_HANDLE_BOOL(opt_prof_thread_active_init, in malloc_conf_init()

Completed in 29 milliseconds