Searched refs:prof_interval (Results 1 – 7 of 7) sorted by relevance
990 assert(prof_interval != 0); in arena_prof_accum_impl()993 if (arena->prof_accumbytes >= prof_interval) { in arena_prof_accum_impl()994 arena->prof_accumbytes -= prof_interval; in arena_prof_accum_impl()1006 if (likely(prof_interval == 0)) in arena_prof_accum_locked()1017 if (likely(prof_interval == 0)) in arena_prof_accum()
404 prof_interval
275 extern uint64_t prof_interval;
406 #define prof_interval JEMALLOC_N(prof_interval) macro
406 #undef prof_interval
153 CTL_PROTO(prof_interval)374 {NAME("interval"), CTL(prof_interval)},2082 CTL_RO_NL_CGEN(config_prof, prof_interval, prof_interval, uint64_t) in CTL_RO_NL_CGEN() argument
54 uint64_t prof_interval = 0; variable2111 prof_interval = (((uint64_t)1U) << in prof_boot1()