Searched refs:prof_accumbytes (Results 1 – 6 of 6) sorted by relevance
95 config_prof ? tcache->prof_accumbytes : 0); in tcache_alloc_small_hard()97 tcache->prof_accumbytes = 0; in tcache_alloc_small_hard()168 tcache->prof_accumbytes)) { in tcache_bin_flush_small()171 tcache->prof_accumbytes = 0; in tcache_bin_flush_small()280 tcache_arena, tcache->prof_accumbytes); in tcache_bin_flush_large()281 tcache->prof_accumbytes = 0; in tcache_bin_flush_large()412 tcache->prof_accumbytes = 0; in tcache_init()532 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_flush_cache()534 tcache->prof_accumbytes)) { in tcache_flush_cache()
1382 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small() argument1387 if (config_prof && arena_prof_accum(tsdn, arena, prof_accumbytes)) { in arena_tcache_fill_small()
2383 tcache->prof_accumbytes += usize; in JEMALLOC_ATTR()
20 uint64_t prof_accumbytes; member
97 tcache->prof_accumbytes += usize; in tcache_alloc_small()155 tcache->prof_accumbytes += usize; in tcache_alloc_large()
52 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes);