Searched refs:accumbytes (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/jemalloc/src/ |
| HD | prof.c | 236 tctx->cnts.accumbytes += usize; in prof_malloc_sample_object() 648 assert(tctx->cnts.accumbytes == 0); in prof_tctx_destroy() 1056 tdata->cnt_summed.accumbytes += in prof_tctx_merge_tdata() 1057 tctx->dump_cnts.accumbytes; in prof_tctx_merge_tdata() 1075 gctx->cnt_summed.accumbytes += tctx->dump_cnts.accumbytes; in prof_tctx_merge_gctx() 1116 tctx->dump_cnts.accumbytes)) in prof_tctx_dump_iter() 1252 cnt_all->accumbytes += tdata->cnt_summed.accumbytes; in prof_tdata_merge_iter() 1273 tdata->cnt_summed.accumbytes, in prof_tdata_dump_iter() 1293 cnt_all->curbytes, cnt_all->accumobjs, cnt_all->accumbytes)) in prof_dump_header() 1324 assert(gctx->cnt_summed.accumbytes == 0); in prof_dump_gctx() [all …]
|
| /NextBSD/contrib/jemalloc/include/jemalloc/internal/ |
| HD | arena.h | 550 bool arena_prof_accum_impl(arena_t *arena, uint64_t accumbytes); 551 bool arena_prof_accum_locked(arena_t *arena, uint64_t accumbytes); 552 bool arena_prof_accum(arena_t *arena, uint64_t accumbytes); 894 arena_prof_accum_impl(arena_t *arena, uint64_t accumbytes) in arena_prof_accum_impl() argument 900 arena->prof_accumbytes += accumbytes; in arena_prof_accum_impl() 909 arena_prof_accum_locked(arena_t *arena, uint64_t accumbytes) in arena_prof_accum_locked() argument 916 return (arena_prof_accum_impl(arena, accumbytes)); in arena_prof_accum_locked() 920 arena_prof_accum(arena_t *arena, uint64_t accumbytes) in arena_prof_accum() argument 932 ret = arena_prof_accum_impl(arena, accumbytes); in arena_prof_accum()
|
| HD | prof.h | 78 uint64_t accumbytes; member
|