Home
last modified time | relevance | path

Searched refs:opt_prof (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_externs.h6 extern bool opt_prof;
A Dprivate_symbols.txt322 opt_prof
A Dprivate_namespace.h322 #define opt_prof JEMALLOC_N(opt_prof) macro
A Dprivate_unnamespace.h322 #undef opt_prof
/third_party/ulib/jemalloc/src/
A Dprof.c17 bool opt_prof = false; variable
1782 if (!opt_prof || !prof_booted) in prof_mdump()
2242 if (opt_prof_leak && !opt_prof) { in prof_boot1()
2247 opt_prof = true; in prof_boot1()
2249 } else if (opt_prof) { in prof_boot1()
2262 if (opt_prof) { in prof_boot2()
2353 if (opt_prof) { in prof_prefork0()
2369 if (opt_prof) { in prof_prefork1()
2381 if (opt_prof) { in prof_postfork_parent()
2403 if (opt_prof) { in prof_postfork_child()
A Djemalloc.c1110 CONF_HANDLE_BOOL(opt_prof, "prof", true) in malloc_conf_init()
1601 if (config_stats || (config_prof && opt_prof)) { in imalloc_body()
1621 if (config_prof && opt_prof) { in imalloc_body()
1929 if (config_prof && opt_prof) { in ifree()
1952 if (config_prof && opt_prof) in isfree()
1997 if (config_prof && opt_prof) { in je_realloc()
2332 if (config_prof && opt_prof) { in je_rallocx()
2482 if (config_prof && opt_prof) { in je_xallocx()
A Dctl.c86 CTL_PROTO(opt_prof)
243 {NAME("prof"), CTL(opt_prof)},
1304 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool) in CTL_RO_CONFIG_GEN()
A Darena.c831 if (config_stats || (config_prof && opt_prof)) in arena_reset()
834 if (config_prof && opt_prof) in arena_reset()
1315 assert(opt_prof); in arena_dalloc_promoted()
A Dextent.c283 if (opt_prof && extent_active_get(extent)) { in extent_gprof_add()
304 if (opt_prof && extent_active_get(extent)) { in extent_gprof_sub()

Completed in 27 milliseconds