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

  /external/jemalloc/src/
prof.c 1258 prof_cnt_t cnt_all; member in struct:prof_tdata_merge_iter_arg_s
1282 arg->cnt_all.curobjs += tdata->cnt_summed.curobjs;
1283 arg->cnt_all.curbytes += tdata->cnt_summed.curbytes;
1285 arg->cnt_all.accumobjs += tdata->cnt_summed.accumobjs;
1286 arg->cnt_all.accumbytes += tdata->cnt_summed.accumbytes;
1319 prof_dump_header(tsdn_t *tsdn, bool propagate_err, const prof_cnt_t *cnt_all)
1326 ((uint64_t)1U << lg_prof_sample), cnt_all->curobjs,
1327 cnt_all->curbytes, cnt_all->accumobjs, cnt_all->accumbytes)
    [all...]
  /external/jemalloc/test/unit/
prof_reset.c 99 const prof_cnt_t *cnt_all)
103 memcpy(&cnt_all_copy, cnt_all, sizeof(prof_cnt_t));

Completed in 1513 milliseconds