Searched refs:prof_interval (Results 1 – 7 of 7) sorted by relevance
1059 assert(prof_interval != 0); in arena_prof_accum_impl()1062 if (arena->prof_accumbytes >= prof_interval) { in arena_prof_accum_impl()1063 arena->prof_accumbytes -= prof_interval; in arena_prof_accum_impl()1075 if (likely(prof_interval == 0)) in arena_prof_accum_locked()1086 if (likely(prof_interval == 0)) in arena_prof_accum()
443 prof_interval
275 extern uint64_t prof_interval;
443 #define prof_interval JEMALLOC_N(prof_interval) macro
443 #undef prof_interval
154 CTL_PROTO(prof_interval)378 {NAME("interval"), CTL(prof_interval)},2108 CTL_RO_NL_CGEN(config_prof, prof_interval, prof_interval, uint64_t) in CTL_RO_NL_CGEN() argument
54 uint64_t prof_interval = 0; variable2182 prof_interval = (((uint64_t)1U) << in prof_boot1()