Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_externs.h7 extern bool opt_prof_active;
A Dprivate_symbols.txt324 opt_prof_active
A Dprivate_namespace.h324 #define opt_prof_active JEMALLOC_N(opt_prof_active) macro
A Dprivate_unnamespace.h324 #undef opt_prof_active
/third_party/ulib/jemalloc/src/
A Dctl.c88 CTL_PROTO(opt_prof_active)
245 {NAME("prof_active"), CTL(opt_prof_active)},
1306 CTL_RO_NL_CGEN(config_prof, opt_prof_active, opt_prof_active, bool) in CTL_RO_CONFIG_GEN()
A Dprof.c18 bool opt_prof_active = true; variable
2267 prof_active = opt_prof_active; in prof_boot2()
A Djemalloc.c1113 CONF_HANDLE_BOOL(opt_prof_active, "prof_active", in malloc_conf_init()

Completed in 20 milliseconds