Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
Dprof.h191 extern bool opt_prof_active;
249 if (opt_prof_active == false) { \
Dprivate_namespace.h259 #define opt_prof_active JEMALLOC_N(opt_prof_active) macro
/freebsd-10-stable/contrib/jemalloc/src/
Dctl.c108 CTL_PROTO(opt_prof_active)
250 {NAME("prof_active"), CTL(opt_prof_active)},
1267 CTL_RO_CGEN(config_prof, opt_prof_active, opt_prof_active, bool) /* Mutable. */ in CTL_RO_BOOL_CONFIG_GEN()
1525 oldval = opt_prof_active; in prof_active_ctl()
1532 WRITE(opt_prof_active, bool); in prof_active_ctl()
Dprof.c20 bool opt_prof_active = true; variable
Djemalloc.c646 CONF_HANDLE_BOOL(opt_prof_active, "prof_active") in malloc_conf_init()