Home
last modified time | relevance | path

Searched refs:prof_accumbytes (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc/src/
Dtcache.c80 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()
Darena.c1804 uint64_t prof_accumbytes) in arena_tcache_fill_small() argument
1813 if (config_prof && arena_prof_accum(arena, prof_accumbytes)) in arena_tcache_fill_small()
2834 arena->prof_accumbytes = 0; in arena_new()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h90 uint64_t prof_accumbytes;/* Cleared after arena_prof_accum(). */ member
317 tcache->prof_accumbytes += usize; in tcache_alloc_small()
367 tcache->prof_accumbytes += usize; in tcache_alloc_large()
Darena.h294 uint64_t prof_accumbytes; member
445 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()