Searched refs:prof_accumbytes (Results 1 – 6 of 6) sorted by relevance
98 config_prof ? tcache->prof_accumbytes : 0); in tcache_alloc_small_hard()100 tcache->prof_accumbytes = 0; in tcache_alloc_small_hard()132 tcache->prof_accumbytes)) { in tcache_bin_flush_small()135 tcache->prof_accumbytes = 0; in tcache_bin_flush_small()238 tcache->prof_accumbytes); in tcache_bin_flush_large()239 tcache->prof_accumbytes = 0; in tcache_bin_flush_large()372 tcache->prof_accumbytes = 0; in tcache_init()496 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_flush_cache()498 tcache->prof_accumbytes)) { in tcache_flush_cache()
1251 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small() argument1257 if (config_prof && arena_prof_accum(tsdn, arena, prof_accumbytes)) { in arena_tcache_fill_small()
16 uint64_t prof_accumbytes; member
99 tcache->prof_accumbytes += usize; in tcache_alloc_small()159 tcache->prof_accumbytes += usize; in tcache_alloc_large()
116 uint64_t prof_accumbytes; member
48 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes);