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

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h248 extern bool opt_prof_thread_active_init;
H A Dprivate_namespace.h386 #define opt_prof_thread_active_init JEMALLOC_N(opt_prof_thread_active_init) macro
/freebsd-11-stable/contrib/jemalloc/src/
H A Dctl.c110 CTL_PROTO(opt_prof_thread_active_init)
287 {NAME("prof_thread_active_init"), CTL(opt_prof_thread_active_init)},
1297 CTL_RO_NL_CGEN(config_prof, opt_prof_thread_active_init,
1298 opt_prof_thread_active_init, bool)
H A Dprof.c19 bool opt_prof_thread_active_init = true; variable
41 * Initialized as opt_prof_thread_active_init, and accessed via
2212 prof_thread_active_init = opt_prof_thread_active_init;
H A Djemalloc.c1213 CONF_HANDLE_BOOL(opt_prof_thread_active_init,

Completed in 138 milliseconds