Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Darena_inlines_b.h249 if (!config_prof || !opt_prof) { in arena_sdalloc_no_tcache()
258 if ((config_prof && opt_prof) || config_debug) { in arena_sdalloc_no_tcache()
267 assert((config_prof && opt_prof) || slab == (szind < NBINS)); in arena_sdalloc_no_tcache()
301 if (config_prof && opt_prof) { in arena_sdalloc()
H A Dprof_externs.h8 extern bool opt_prof;
H A Dprivate_namespace.h272 #define opt_prof JEMALLOC_N(opt_prof) macro
/freebsd-12.1/contrib/jemalloc/src/
H A Dprof.c32 bool opt_prof = false; variable
1816 if (!opt_prof || !prof_booted) { in prof_mdump()
2276 if (opt_prof_leak && !opt_prof) { in prof_boot1()
2281 opt_prof = true; in prof_boot1()
2283 } else if (opt_prof) { in prof_boot1()
2295 if (opt_prof) { in prof_boot2()
2402 if (config_prof && opt_prof) { in prof_prefork0()
2419 if (config_prof && opt_prof) { in prof_prefork1()
2430 if (config_prof && opt_prof) { in prof_postfork_parent()
2453 if (config_prof && opt_prof) { in prof_postfork_child()
H A Djemalloc.c1182 CONF_HANDLE_BOOL(opt_prof, "prof") in malloc_conf_init()
1840 if (config_stats || (config_prof && opt_prof)) { in imalloc_body()
1872 if (config_prof && opt_prof) { in imalloc_body()
2215 if (config_prof && opt_prof) { in ifree()
2266 } else if (config_prof && opt_prof) { in isfree()
2276 if (config_prof && opt_prof) { in isfree()
2333 if (config_prof && opt_prof) { in je_realloc()
2712 if (config_prof && opt_prof) { in je_rallocx()
2873 if (config_prof && opt_prof) { in je_xallocx()
H A Dctl.c102 CTL_PROTO(opt_prof)
303 {NAME("prof"), CTL(opt_prof)},
976 if (config_prof && opt_prof) { in ctl_refresh()
1678 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool) in CTL_RO_CONFIG_GEN()
2786 if (config_prof && opt_prof) { in CTL_RO_NL_CGEN()
H A Darena.c988 if (config_stats || (config_prof && opt_prof)) { in arena_reset()
993 if (config_prof && opt_prof) { in arena_reset()
1452 assert(opt_prof); in arena_dalloc_promoted()
H A Dextent.c707 if (opt_prof && extent_state_get(extent) == extent_state_active) { in extent_gdump_add()
730 if (opt_prof && extent_state_get(extent) == extent_state_active) { in extent_gdump_sub()