Searched refs:opt_prof_active (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dprof.h247 extern bool opt_prof_active;
H A Dprivate_namespace.h382 #define opt_prof_active JEMALLOC_N(opt_prof_active) macro
H A Dprivate_unnamespace.h382 #undef opt_prof_active macro
/external/jemalloc/src/
H A Dctl.c109 CTL_PROTO(opt_prof_active)
286 {NAME("prof_active"), CTL(opt_prof_active)},
1296 CTL_RO_NL_CGEN(config_prof, opt_prof_active, opt_prof_active, bool)
H A Dprof.c18 bool opt_prof_active = true; variable
34 * Initialized as opt_prof_active, and accessed via
2199 prof_active = opt_prof_active;
H A Djemalloc.c1280 CONF_HANDLE_BOOL(opt_prof_active, "prof_active",

Completed in 2060 milliseconds