Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dtcache.c98 config_prof ? tcache->prof_accumbytes : 0); in tcache_alloc_small_hard()
100 tcache->prof_accumbytes = 0; in tcache_alloc_small_hard()
132 tcache->prof_accumbytes)) { in tcache_bin_flush_small()
135 tcache->prof_accumbytes = 0; in tcache_bin_flush_small()
238 tcache->prof_accumbytes); in tcache_bin_flush_large()
239 tcache->prof_accumbytes = 0; in tcache_bin_flush_large()
372 tcache->prof_accumbytes = 0; in tcache_init()
496 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_flush_cache()
498 tcache->prof_accumbytes)) { in tcache_flush_cache()
Darena.c1251 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small() argument
1257 if (config_prof && arena_prof_accum(tsdn, arena, prof_accumbytes)) { in arena_tcache_fill_small()
/external/jemalloc_new/include/jemalloc/internal/
Dtcache_structs.h16 uint64_t prof_accumbytes; member
Dtcache_inlines.h99 tcache->prof_accumbytes += usize; in tcache_alloc_small()
159 tcache->prof_accumbytes += usize; in tcache_alloc_large()
Darena_structs_b.h116 uint64_t prof_accumbytes; member
Darena_externs.h48 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes);