Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c83 tcache->prof_accumbytes : 0); in tcache_alloc_small_hard()
85 tcache->prof_accumbytes = 0; in tcache_alloc_small_hard()
114 tcache->prof_accumbytes)) in tcache_bin_flush_small()
116 tcache->prof_accumbytes = 0; in tcache_bin_flush_small()
200 tcache->prof_accumbytes); in tcache_bin_flush_large()
201 tcache->prof_accumbytes = 0; in tcache_bin_flush_large()
394 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_destroy()
395 arena_prof_accum(tsd_tsdn(tsd), arena, tcache->prof_accumbytes)) in tcache_destroy()
Darena.c2406 szind_t binind, uint64_t prof_accumbytes) in arena_tcache_fill_small() argument
2413 if (config_prof && arena_prof_accum(tsdn, arena, prof_accumbytes)) in arena_tcache_fill_small()
3576 arena->prof_accumbytes = 0; in arena_new()
/external/jemalloc/include/jemalloc/internal/
Dtcache.h97 uint64_t prof_accumbytes;/* Cleared after arena_prof_accum(). */ member
348 tcache->prof_accumbytes += usize; in tcache_alloc_small()
409 tcache->prof_accumbytes += usize; in tcache_alloc_large()
Darena.h384 uint64_t prof_accumbytes; member
562 tcache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes);
1061 arena->prof_accumbytes += accumbytes; in arena_prof_accum_impl()
1062 if (arena->prof_accumbytes >= prof_interval) { in arena_prof_accum_impl()
1063 arena->prof_accumbytes -= prof_interval; in arena_prof_accum_impl()