Searched refs:prof_accumbytes (Results 1 – 7 of 7) sorted by relevance
46 arena->prof_accumbytes += accumbytes; in arena_prof_accum_impl()47 if (arena->prof_accumbytes >= prof_interval) { in arena_prof_accum_impl()48 arena->prof_accumbytes %= prof_interval; in arena_prof_accum_impl()
35 uint64_t prof_accumbytes;/* Cleared after arena_prof_accum(). */ member
140 uint64_t prof_accumbytes; member
179 tcache->prof_accumbytes += usize; in tcache_alloc_small()232 tcache->prof_accumbytes += usize; in tcache_alloc_large()
45 tcache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes);
79 tcache->prof_accumbytes : 0); in tcache_alloc_small_hard()81 tcache->prof_accumbytes = 0; in tcache_alloc_small_hard()109 tcache->prof_accumbytes)) in tcache_bin_flush_small()111 tcache->prof_accumbytes = 0; in tcache_bin_flush_small()191 tcache->prof_accumbytes); in tcache_bin_flush_large()192 tcache->prof_accumbytes = 0; in tcache_bin_flush_large()374 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_destroy()375 arena_prof_accum(tsd_tsdn(tsd), arena, tcache->prof_accumbytes)) in tcache_destroy()
1102 szind_t binind, uint64_t prof_accumbytes) in arena_tcache_fill_small() argument1109 if (config_prof && arena_prof_accum(tsdn, arena, prof_accumbytes)) in arena_tcache_fill_small()1286 if (arena->prof_accumbytes >= LARGE_MINCLASS - usize) in arena_prof_promote()1287 arena->prof_accumbytes -= LARGE_MINCLASS - usize; in arena_prof_promote()1289 arena->prof_accumbytes = 0; in arena_prof_promote()1715 arena->prof_accumbytes = 0; in arena_new()
Completed in 12 milliseconds