Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/src/
H A Dtcache.c95 config_prof ? tcache->prof_accumbytes : 0); in tcache_alloc_small_hard()
97 tcache->prof_accumbytes = 0; in tcache_alloc_small_hard()
168 tcache->prof_accumbytes)) { in tcache_bin_flush_small()
171 tcache->prof_accumbytes = 0; in tcache_bin_flush_small()
280 tcache_arena, tcache->prof_accumbytes); in tcache_bin_flush_large()
281 tcache->prof_accumbytes = 0; in tcache_bin_flush_large()
412 tcache->prof_accumbytes = 0; in tcache_init()
532 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_flush_cache()
534 tcache->prof_accumbytes)) { in tcache_flush_cache()
H A Darena.c1382 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small() argument
1387 if (config_prof && arena_prof_accum(tsdn, arena, prof_accumbytes)) { in arena_tcache_fill_small()
H A Djemalloc.c2383 tcache->prof_accumbytes += usize; in JEMALLOC_ATTR()
/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_structs.h20 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.h52 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes);