Home
last modified time | relevance | path

Searched refs:curbytes (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc_new/src/
Dprof.c247 tctx->cnts.curbytes += usize; in prof_malloc_sample_object()
260 assert(tctx->cnts.curbytes >= usize); in prof_free_sampled_object()
262 tctx->cnts.curbytes -= usize; in prof_free_sampled_object()
652 assert(tctx->cnts.curbytes == 0); in prof_tctx_destroy()
1072 tdata->cnt_summed.curbytes += tctx->dump_cnts.curbytes; in prof_tctx_merge_tdata()
1091 gctx->cnt_summed.curbytes += tctx->dump_cnts.curbytes; in prof_tctx_merge_gctx()
1141 tctx->dump_cnts.curbytes, tctx->dump_cnts.accumobjs, in prof_tctx_dump_iter()
1291 arg->cnt_all.curbytes += tdata->cnt_summed.curbytes; in prof_tdata_merge_iter()
1316 tdata->cnt_summed.curbytes, tdata->cnt_summed.accumobjs, in prof_tdata_dump_iter()
1334 cnt_all->curbytes, cnt_all->accumobjs, cnt_all->accumbytes)) { in prof_dump_header_impl()
[all …]
/external/jemalloc_new/include/jemalloc/internal/
Dprof_structs.h35 uint64_t curbytes; member
Dprof_externs.h62 void prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs,