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

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_structs.h16 uint64_t prof_accumbytes; member in struct:tcache_s
H A Darena_structs_b.h116 uint64_t prof_accumbytes; member in struct:arena_s
H A Dtcache_inlines.h97 tcache->prof_accumbytes += usize;
155 tcache->prof_accumbytes += usize;
H A Darena_externs.h48 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes);
/freebsd-12-stable/contrib/jemalloc/src/
H A Dtcache.c94 config_prof ? tcache->prof_accumbytes : 0);
96 tcache->prof_accumbytes = 0;
128 tcache->prof_accumbytes)) {
131 tcache->prof_accumbytes = 0;
228 tcache->prof_accumbytes);
229 tcache->prof_accumbytes = 0;
358 tcache->prof_accumbytes = 0;
478 if (config_prof && tcache->prof_accumbytes > 0 &&
480 tcache->prof_accumbytes)) {
H A Darena.c1251 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) {
1257 if (config_prof && arena_prof_accum(tsdn, arena, prof_accumbytes)) {
1250 arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) argument

Completed in 171 milliseconds