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

  /external/jemalloc/include/jemalloc/internal/
prof.h 5 typedef struct prof_cnt_s prof_cnt_t; typedef in typeref:struct:prof_cnt_s
100 prof_cnt_t cnts;
136 prof_cnt_t dump_cnts;
166 prof_cnt_t cnt_summed;
235 prof_cnt_t cnt_summed;
293 const prof_cnt_t *prof_cnt_all(void);
296 typedef bool (prof_dump_header_t)(bool, const prof_cnt_t *);
  /external/jemalloc/test/unit/
prof_reset.c 95 prof_cnt_t cnt_all_copy = {0, 0, 0, 0};
97 prof_dump_header_intercept(bool propagate_err, const prof_cnt_t *cnt_all)
101 memcpy(&cnt_all_copy, cnt_all, sizeof(prof_cnt_t));
  /external/jemalloc/src/
prof.c 804 memset(&ret.p->cnts, 0, sizeof(prof_cnt_t));
1050 memcpy(&tctx->dump_cnts, &tctx->cnts, sizeof(prof_cnt_t));
1167 memset(&gctx->cnt_summed, 0, sizeof(prof_cnt_t));
1233 prof_cnt_t *cnt_all = (prof_cnt_t *)arg;
1244 memset(&tdata->cnt_summed, 0, sizeof(prof_cnt_t));
1286 prof_dump_header(bool propagate_err, const prof_cnt_t *cnt_all)
    [all...]

Completed in 5901 milliseconds