HomeSort by relevance Sort by last modified time
    Searched refs:cnt_all (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/test/unit/
prof_reset.c 80 prof_dump_header_intercept(bool propagate_err, const prof_cnt_t *cnt_all)
84 memcpy(&cnt_all_copy, cnt_all, sizeof(prof_cnt_t));
  /external/jemalloc/src/
prof.c 1212 prof_cnt_t *cnt_all = (prof_cnt_t *)arg; local
1228 cnt_all->curobjs += tdata->cnt_summed.curobjs;
1229 cnt_all->curbytes += tdata->cnt_summed.curbytes;
1231 cnt_all->accumobjs += tdata->cnt_summed.accumobjs;
1232 cnt_all->accumbytes += tdata->cnt_summed.accumbytes;
1265 prof_dump_header(bool propagate_err, const prof_cnt_t *cnt_all)
1272 ((uint64_t)1U << lg_prof_sample), cnt_all->curobjs,
1273 cnt_all->curbytes, cnt_all->accumobjs, cnt_all->accumbytes)
1449 prof_cnt_t cnt_all; local
    [all...]

Completed in 1256 milliseconds