Searched refs:opt_prof (Results 1 – 9 of 9) sorted by relevance
6 extern bool opt_prof;
322 opt_prof
322 #define opt_prof JEMALLOC_N(opt_prof) macro
322 #undef opt_prof
17 bool opt_prof = false; variable1782 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()
1110 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()
86 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()
831 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()
283 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