Searched refs:prof_accumbytes (Results 1 – 4 of 4) sorted by relevance
80 tcache->prof_accumbytes : 0); in tcache_alloc_small_hard()82 tcache->prof_accumbytes = 0; in tcache_alloc_small_hard()110 if (arena_prof_accum(arena, tcache->prof_accumbytes)) in tcache_bin_flush_small()112 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()378 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_destroy()379 arena_prof_accum(arena, tcache->prof_accumbytes)) in tcache_destroy()
1804 uint64_t prof_accumbytes) in arena_tcache_fill_small() argument1813 if (config_prof && arena_prof_accum(arena, prof_accumbytes)) in arena_tcache_fill_small()2834 arena->prof_accumbytes = 0; in arena_new()
90 uint64_t prof_accumbytes;/* Cleared after arena_prof_accum(). */ member317 tcache->prof_accumbytes += usize; in tcache_alloc_small()367 tcache->prof_accumbytes += usize; in tcache_alloc_large()
294 uint64_t prof_accumbytes; member445 index_t binind, uint64_t prof_accumbytes);843 arena->prof_accumbytes += accumbytes; in arena_prof_accum_impl()844 if (arena->prof_accumbytes >= prof_interval) { in arena_prof_accum_impl()845 arena->prof_accumbytes -= prof_interval; in arena_prof_accum_impl()