Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDarena_inlines_b.h334 if (!config_prof || !opt_prof) { in arena_sdalloc_no_tcache()
343 if ((config_prof && opt_prof) || config_debug) { in arena_sdalloc_no_tcache()
352 assert((config_prof && opt_prof) || slab == (szind < SC_NBINS)); in arena_sdalloc_no_tcache()
385 if (config_prof && opt_prof) { in arena_sdalloc()
HDprof_externs.h8 extern bool opt_prof;
HDprivate_namespace.h296 #define opt_prof JEMALLOC_N(opt_prof) macro
/freebsd-14-stable/contrib/jemalloc/src/
HDprof.c33 bool opt_prof = false; variable
2087 if (!opt_prof || !prof_booted) { in prof_mdump()
2518 if (!opt_prof || !prof_booted) { in prof_log_start()
2697 if (!opt_prof || !prof_booted) { in prof_log_stop()
2936 if (opt_prof_leak && !opt_prof) { in prof_boot1()
2941 opt_prof = true; in prof_boot1()
2943 } else if (opt_prof) { in prof_boot1()
2955 if (opt_prof) { in prof_boot2()
3089 if (config_prof && opt_prof) { in prof_prefork0()
3106 if (config_prof && opt_prof) { in prof_prefork1()
[all …]
HDjemalloc.c1368 CONF_HANDLE_BOOL(opt_prof, "prof") in malloc_conf_init_helper()
2070 if (config_stats || (config_prof && opt_prof) || sopts->usize) { in imalloc_body()
2115 if (config_prof && opt_prof) { in imalloc_body()
2579 if (config_prof && opt_prof) { in ifree()
2630 } else if (config_prof && opt_prof) { in isfree()
2640 if (config_prof && opt_prof) { in isfree()
2687 if (config_prof && opt_prof) { in je_realloc()
3251 if (config_prof && opt_prof) { in je_rallocx()
3415 if (config_prof && opt_prof) { in je_xallocx()
HDctl.c105 CTL_PROTO(opt_prof)
332 {NAME("prof"), CTL(opt_prof)},
1095 if (config_prof && opt_prof) { in ctl_refresh()
1788 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool) in CTL_RO_CONFIG_GEN()
2973 if (config_prof && opt_prof) { in stats_mutexes_reset_ctl()
HDarena.c1126 if (config_stats || (config_prof && opt_prof)) { in arena_reset()
1131 if (config_prof && opt_prof) { in arena_reset()
1600 assert(opt_prof); in arena_dalloc_promoted()
HDextent.c750 if (opt_prof && extent_state_get(extent) == extent_state_active) { in extent_gdump_add()
773 if (opt_prof && extent_state_get(extent) == extent_state_active) { in extent_gdump_sub()