Searched refs:prof_interval (Results 1 – 7 of 7) sorted by relevance
44 assert(prof_interval != 0); in arena_prof_accum_impl()47 if (arena->prof_accumbytes >= prof_interval) { in arena_prof_accum_impl()48 arena->prof_accumbytes %= prof_interval; in arena_prof_accum_impl()59 if (likely(prof_interval == 0)) in arena_prof_accum_locked()69 if (likely(prof_interval == 0)) in arena_prof_accum()
35 extern uint64_t prof_interval;
383 prof_interval
383 #define prof_interval JEMALLOC_N(prof_interval) macro
383 #undef prof_interval
128 CTL_PROTO(prof_interval)323 {NAME("interval"), CTL(prof_interval)},2117 CTL_RO_NL_CGEN(config_prof, prof_interval, prof_interval, uint64_t) in CTL_RO_NL_CGEN() argument
54 uint64_t prof_interval = 0; variable2251 prof_interval = (((uint64_t)1U) << in prof_boot1()
Completed in 27 milliseconds