Searched refs:prof_accumbytes (Results 1 – 6 of 6) sorted by relevance
94 config_prof ? tcache->prof_accumbytes : 0); in tcache_alloc_small_hard()96 tcache->prof_accumbytes = 0; in tcache_alloc_small_hard()128 tcache->prof_accumbytes)) { in tcache_bin_flush_small()131 tcache->prof_accumbytes = 0; in tcache_bin_flush_small()228 tcache->prof_accumbytes); in tcache_bin_flush_large()229 tcache->prof_accumbytes = 0; in tcache_bin_flush_large()358 tcache->prof_accumbytes = 0; in tcache_init()478 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_flush_cache()480 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
116 uint64_t prof_accumbytes; member
97 tcache->prof_accumbytes += usize; in tcache_alloc_small()155 tcache->prof_accumbytes += usize; in tcache_alloc_large()
48 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes);