Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h9 extern bool opt_prof_thread_active_init;
/src/contrib/jemalloc/src/
H A Dprof.c28 bool opt_prof_thread_active_init = true; variable
638 prof_thread_active_init = opt_prof_thread_active_init; in prof_boot2()
H A Dctl.c143 CTL_PROTO(opt_prof_thread_active_init)
469 {NAME("prof_thread_active_init"), CTL(opt_prof_thread_active_init)},
2201 CTL_RO_NL_CGEN(config_prof, opt_prof_thread_active_init, in CTL_RO_CONFIG_GEN()
2202 opt_prof_thread_active_init, bool) in CTL_RO_CONFIG_GEN()
H A Djemalloc.c1577 CONF_HANDLE_BOOL(opt_prof_thread_active_init, in malloc_conf_init_helper()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h486 #define opt_prof_thread_active_init JEMALLOC_N(opt_prof_thread_active_init) macro