Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h9 extern bool opt_prof_active;
H A Dprivate_namespace.h298 #define opt_prof_active JEMALLOC_N(opt_prof_active) macro
/freebsd-14.2/contrib/jemalloc/src/
H A Dctl.c107 CTL_PROTO(opt_prof_active)
334 {NAME("prof_active"), CTL(opt_prof_active)},
1790 CTL_RO_NL_CGEN(config_prof, opt_prof_active, opt_prof_active, bool) in CTL_RO_CONFIG_GEN()
H A Dprof.c34 bool opt_prof_active = true; variable
2960 prof_active = opt_prof_active; in prof_boot2()
H A Djemalloc.c1371 CONF_HANDLE_BOOL(opt_prof_active, "prof_active") in malloc_conf_init_helper()