Home
last modified time | relevance | path

Searched refs:prof_interval (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Darena_inlines_a.h44 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()
A Dprof_externs.h35 extern uint64_t prof_interval;
A Dprivate_symbols.txt383 prof_interval
A Dprivate_namespace.h383 #define prof_interval JEMALLOC_N(prof_interval) macro
A Dprivate_unnamespace.h383 #undef prof_interval
/third_party/ulib/jemalloc/src/
A Dctl.c128 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
A Dprof.c54 uint64_t prof_interval = 0; variable
2251 prof_interval = (((uint64_t)1U) << in prof_boot1()

Completed in 27 milliseconds