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

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Darena_inlines_b.h334 if (!config_prof || !opt_prof) {
343 if ((config_prof && opt_prof) || config_debug) {
352 assert((config_prof && opt_prof) || slab == (szind < SC_NBINS));
385 if (config_prof && opt_prof) {
H A Dprof_externs.h8 extern bool opt_prof;
H A Dprivate_namespace.h296 #define opt_prof JEMALLOC_N(opt_prof) macro
/freebsd-13-stable/contrib/jemalloc/src/
H A Dprof.c33 bool opt_prof = false; variable
2087 if (!opt_prof || !prof_booted) {
2518 if (!opt_prof || !prof_booted) {
2697 if (!opt_prof || !prof_booted) {
2932 * opt_prof must be in its final state before any arenas are
2936 if (opt_prof_leak && !opt_prof) {
2938 * Enable opt_prof, but in such a way that profiles are never
2941 opt_prof = true;
2943 } else if (opt_prof) {
2955 if (opt_prof) {
[all...]
H A Djemalloc.c1368 CONF_HANDLE_BOOL(opt_prof, "prof")
2070 if (config_stats || (config_prof && opt_prof) || sopts->usize) {
2115 if (config_prof && opt_prof) {
2579 if (config_prof && opt_prof) {
2630 } else if (config_prof && opt_prof) {
2640 if (config_prof && opt_prof) {
2687 if (config_prof && opt_prof) {
3251 if (config_prof && opt_prof) {
3415 if (config_prof && opt_prof) {
H A Dctl.c105 CTL_PROTO(opt_prof)
332 {NAME("prof"), CTL(opt_prof)},
1095 if (config_prof && opt_prof) {
1788 CTL_RO_NL_CGEN(config_prof, opt_prof, opt_prof, bool)
2973 if (config_prof && opt_prof) {
H A Darena.c1126 if (config_stats || (config_prof && opt_prof)) {
1131 if (config_prof && opt_prof) {
1600 assert(opt_prof);
H A Dextent.c750 if (opt_prof && extent_state_get(extent) == extent_state_active) {
773 if (opt_prof && extent_state_get(extent) == extent_state_active) {

Completed in 144 milliseconds