Searched refs:prof_interval (Results 1 – 14 of 14) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_a.h | 24 overflow = (a1 >= prof_interval); in prof_accum_add() 26 a1 %= prof_interval; in prof_accum_add() 34 overflow = (a1 >= prof_interval); in prof_accum_add() 36 a1 %= prof_interval; in prof_accum_add()
|
D | arena_inlines_a.h | 28 if (likely(prof_interval == 0 || !prof_active_get_unlocked())) { in arena_prof_accum()
|
D | prof_externs.h | 37 extern uint64_t prof_interval;
|
D | private_namespace.h | 299 #define prof_interval JEMALLOC_N(prof_interval) macro
|
D | private_namespace_jet.h | 304 #define prof_interval JEMALLOC_N(prof_interval) macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | arena.h | 1065 assert(prof_interval != 0); in arena_prof_accum_impl() 1068 if (arena->prof_accumbytes >= prof_interval) { in arena_prof_accum_impl() 1069 arena->prof_accumbytes -= prof_interval; in arena_prof_accum_impl() 1081 if (likely(prof_interval == 0)) in arena_prof_accum_locked() 1092 if (likely(prof_interval == 0)) in arena_prof_accum()
|
D | private_symbols.txt | 443 prof_interval
|
D | prof.h | 275 extern uint64_t prof_interval;
|
D | private_namespace.h | 443 #define prof_interval JEMALLOC_N(prof_interval) macro
|
D | private_unnamespace.h | 443 #undef prof_interval
|
/external/jemalloc/src/ |
D | ctl.c | 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
|
D | prof.c | 54 uint64_t prof_interval = 0; variable 2182 prof_interval = (((uint64_t)1U) << in prof_boot1()
|
/external/jemalloc_new/src/ |
D | ctl.c | 148 CTL_PROTO(prof_interval) 387 {NAME("interval"), CTL(prof_interval)}, 2633 CTL_RO_NL_CGEN(config_prof, prof_interval, prof_interval, uint64_t) in CTL_RO_NL_CGEN() argument
|
D | prof.c | 69 uint64_t prof_interval = 0; variable 2285 prof_interval = (((uint64_t)1U) << in prof_boot1()
|