Searched refs:prof_accumbytes (Results 1 – 4 of 4) sorted by relevance
79 tcache->prof_accumbytes : 0); in tcache_alloc_small_hard()81 tcache->prof_accumbytes = 0; in tcache_alloc_small_hard()109 if (arena_prof_accum(arena, tcache->prof_accumbytes)) in tcache_bin_flush_small()111 tcache->prof_accumbytes = 0; in tcache_bin_flush_small()195 tcache->prof_accumbytes); in tcache_bin_flush_large()196 tcache->prof_accumbytes = 0; in tcache_bin_flush_large()387 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_destroy()388 arena_prof_accum(arena, tcache->prof_accumbytes)) in tcache_destroy()
2207 szind_t binind, uint64_t prof_accumbytes) in arena_tcache_fill_small() argument2214 if (config_prof && arena_prof_accum(arena, prof_accumbytes)) in arena_tcache_fill_small()3358 arena->prof_accumbytes = 0; in arena_new()
97 uint64_t prof_accumbytes;/* Cleared after arena_prof_accum(). */ member347 tcache->prof_accumbytes += usize; in tcache_alloc_small()407 tcache->prof_accumbytes += usize; in tcache_alloc_large()
320 uint64_t prof_accumbytes; member532 szind_t binind, uint64_t prof_accumbytes);993 arena->prof_accumbytes += accumbytes; in arena_prof_accum_impl()994 if (arena->prof_accumbytes >= prof_interval) { in arena_prof_accum_impl()995 arena->prof_accumbytes -= prof_interval; in arena_prof_accum_impl()