Searched refs:accumbytes (Results 1 – 4 of 4) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | arena_inlines_a.h | 9 bool arena_prof_accum_impl(arena_t *arena, uint64_t accumbytes); 10 bool arena_prof_accum_locked(arena_t *arena, uint64_t accumbytes); 11 bool arena_prof_accum(tsdn_t *tsdn, arena_t *arena, uint64_t accumbytes); 41 arena_prof_accum_impl(arena_t *arena, uint64_t accumbytes) in arena_prof_accum_impl() argument 46 arena->prof_accumbytes += accumbytes; in arena_prof_accum_impl() 55 arena_prof_accum_locked(arena_t *arena, uint64_t accumbytes) in arena_prof_accum_locked() argument 61 return (arena_prof_accum_impl(arena, accumbytes)); in arena_prof_accum_locked() 65 arena_prof_accum(tsdn_t *tsdn, arena_t *arena, uint64_t accumbytes) in arena_prof_accum() argument 76 ret = arena_prof_accum_impl(arena, accumbytes); in arena_prof_accum()
|
| A D | prof_structs.h | 23 uint64_t accumbytes; member
|
| A D | prof_externs.h | 58 uint64_t *accumobjs, uint64_t *accumbytes);
|
| /third_party/ulib/jemalloc/src/ |
| A D | prof.c | 236 tctx->cnts.accumbytes += usize; in prof_malloc_sample_object() 1055 tdata->cnt_summed.accumbytes += in prof_tctx_merge_tdata() 1056 tctx->dump_cnts.accumbytes; in prof_tctx_merge_tdata() 1074 gctx->cnt_summed.accumbytes += tctx->dump_cnts.accumbytes; in prof_tctx_merge_gctx() 1124 tctx->dump_cnts.accumbytes)) in prof_tctx_dump_iter() 1277 arg->cnt_all.accumbytes += tdata->cnt_summed.accumbytes; in prof_tdata_merge_iter() 1660 uint64_t *accumbytes) in prof_cnt_all() argument 1680 if (accumbytes != NULL) { in prof_cnt_all() 1681 *accumbytes = 0; in prof_cnt_all() 1699 if (accumbytes != NULL) { in prof_cnt_all() [all …]
|
Completed in 9 milliseconds