Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c94 config_prof ? tcache->prof_accumbytes : 0); in tcache_alloc_small_hard()
96 tcache->prof_accumbytes = 0; in tcache_alloc_small_hard()
128 tcache->prof_accumbytes)) { in tcache_bin_flush_small()
131 tcache->prof_accumbytes = 0; in tcache_bin_flush_small()
228 tcache->prof_accumbytes); in tcache_bin_flush_large()
229 tcache->prof_accumbytes = 0; in tcache_bin_flush_large()
358 tcache->prof_accumbytes = 0; in tcache_init()
478 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_flush_cache()
480 tcache->prof_accumbytes)) { in tcache_flush_cache()
H A 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()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dtcache_structs.h16 uint64_t prof_accumbytes; member
H A Darena_structs_b.h116 uint64_t prof_accumbytes; member
H A Dtcache_inlines.h97 tcache->prof_accumbytes += usize; in tcache_alloc_small()
155 tcache->prof_accumbytes += usize; in tcache_alloc_large()
H A Darena_externs.h48 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes);