Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Darena.h990 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()
Dprivate_symbols.txt404 prof_interval
Dprof.h275 extern uint64_t prof_interval;
Dprivate_namespace.h406 #define prof_interval JEMALLOC_N(prof_interval) macro
Dprivate_unnamespace.h406 #undef prof_interval
/external/jemalloc/src/
Dctl.c153 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
Dprof.c54 uint64_t prof_interval = 0; variable
2111 prof_interval = (((uint64_t)1U) << in prof_boot1()