Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c79 tcache->prof_accumbytes : 0); in tcache_alloc_small_hard()
81 tcache->prof_accumbytes = 0; in tcache_alloc_small_hard()
109 if (arena_prof_accum(arena, tcache->prof_accumbytes)) in tcache_bin_flush_small()
111 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()
387 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_destroy()
388 arena_prof_accum(arena, tcache->prof_accumbytes)) in tcache_destroy()
Darena.c2207 szind_t binind, uint64_t prof_accumbytes) in arena_tcache_fill_small() argument
2214 if (config_prof && arena_prof_accum(arena, prof_accumbytes)) in arena_tcache_fill_small()
3358 arena->prof_accumbytes = 0; in arena_new()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h97 uint64_t prof_accumbytes;/* Cleared after arena_prof_accum(). */ member
347 tcache->prof_accumbytes += usize; in tcache_alloc_small()
407 tcache->prof_accumbytes += usize; in tcache_alloc_large()
Darena.h320 uint64_t prof_accumbytes; member
532 szind_t binind, uint64_t prof_accumbytes);
993 arena->prof_accumbytes += accumbytes; in arena_prof_accum_impl()
994 if (arena->prof_accumbytes >= prof_interval) { in arena_prof_accum_impl()
995 arena->prof_accumbytes -= prof_interval; in arena_prof_accum_impl()