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

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c1249 prof_cnt_t cnt_all; member in struct:prof_tdata_merge_iter_arg_s
1273 arg->cnt_all.curobjs += tdata->cnt_summed.curobjs;
1274 arg->cnt_all.curbytes += tdata->cnt_summed.curbytes;
1276 arg->cnt_all.accumobjs += tdata->cnt_summed.accumobjs;
1277 arg->cnt_all.accumbytes += tdata->cnt_summed.accumbytes;
1310 prof_dump_header(tsdn_t *tsdn, bool propagate_err, const prof_cnt_t *cnt_all) argument
1317 ((uint64_t)1U << lg_prof_sample), cnt_all->curobjs,
1318 cnt_all->curbytes, cnt_all->accumobjs, cnt_all
1476 prof_leakcheck(const prof_cnt_t *cnt_all, size_t leak_ngctx, const char *filename) argument
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dprof_reset.c98 const prof_cnt_t *cnt_all)
101 memcpy(&cnt_all_copy, cnt_all, sizeof(prof_cnt_t));
97 prof_dump_header_intercept(tsdn_t *tsdn, bool propagate_err, const prof_cnt_t *cnt_all) argument

Completed in 82 milliseconds