Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dprof.c1537 prof_cnt_t cnt_all; member
1561 arg->cnt_all.curobjs += tdata->cnt_summed.curobjs; in prof_tdata_merge_iter()
1562 arg->cnt_all.curbytes += tdata->cnt_summed.curbytes; in prof_tdata_merge_iter()
1564 arg->cnt_all.accumobjs += tdata->cnt_summed.accumobjs; in prof_tdata_merge_iter()
1565 arg->cnt_all.accumbytes += tdata->cnt_summed.accumbytes; in prof_tdata_merge_iter()
1598 const prof_cnt_t *cnt_all) { in prof_dump_header_impl() argument
1604 ((uint64_t)1U << lg_prof_sample), cnt_all->curobjs, in prof_dump_header_impl()
1605 cnt_all->curbytes, cnt_all->accumobjs, cnt_all->accumbytes)) { in prof_dump_header_impl()
1767 prof_leakcheck(const prof_cnt_t *cnt_all, size_t leak_ngctx, in prof_leakcheck() argument
1776 if (cnt_all->curbytes != 0) { in prof_leakcheck()
[all …]