Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Darena_inlines_a.h46 arena->prof_accumbytes += accumbytes; in arena_prof_accum_impl()
47 if (arena->prof_accumbytes >= prof_interval) { in arena_prof_accum_impl()
48 arena->prof_accumbytes %= prof_interval; in arena_prof_accum_impl()
A Dtcache_structs.h35 uint64_t prof_accumbytes;/* Cleared after arena_prof_accum(). */ member
A Darena_structs_b.h140 uint64_t prof_accumbytes; member
A Dtcache_inlines.h179 tcache->prof_accumbytes += usize; in tcache_alloc_small()
232 tcache->prof_accumbytes += usize; in tcache_alloc_large()
A Darena_externs.h45 tcache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes);
/third_party/ulib/jemalloc/src/
A Dtcache.c79 tcache->prof_accumbytes : 0); in tcache_alloc_small_hard()
81 tcache->prof_accumbytes = 0; in tcache_alloc_small_hard()
109 tcache->prof_accumbytes)) in tcache_bin_flush_small()
111 tcache->prof_accumbytes = 0; in tcache_bin_flush_small()
191 tcache->prof_accumbytes); in tcache_bin_flush_large()
192 tcache->prof_accumbytes = 0; in tcache_bin_flush_large()
374 if (config_prof && tcache->prof_accumbytes > 0 && in tcache_destroy()
375 arena_prof_accum(tsd_tsdn(tsd), arena, tcache->prof_accumbytes)) in tcache_destroy()
A Darena.c1102 szind_t binind, uint64_t prof_accumbytes) in arena_tcache_fill_small() argument
1109 if (config_prof && arena_prof_accum(tsdn, arena, prof_accumbytes)) in arena_tcache_fill_small()
1286 if (arena->prof_accumbytes >= LARGE_MINCLASS - usize) in arena_prof_promote()
1287 arena->prof_accumbytes -= LARGE_MINCLASS - usize; in arena_prof_promote()
1289 arena->prof_accumbytes = 0; in arena_prof_promote()
1715 arena->prof_accumbytes = 0; in arena_new()

Completed in 12 milliseconds