Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_structs.h59 prof_cnt_t cnts;
95 prof_cnt_t dump_cnts;
125 prof_cnt_t cnt_summed;
194 prof_cnt_t cnt_summed;
Dprof_types.h6 typedef struct prof_cnt_s prof_cnt_t; typedef
Dprof_externs.h59 typedef bool (prof_dump_header_t)(tsdn_t *, bool, const prof_cnt_t *);
/external/jemalloc/include/jemalloc/internal/
Dprof.h5 typedef struct prof_cnt_s prof_cnt_t; typedef
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)(tsdn_t *, bool, const prof_cnt_t *);
/external/jemalloc_new/test/unit/
Dprof_reset.c85 prof_cnt_t cnt_all_copy = {0, 0, 0, 0};
88 const prof_cnt_t *cnt_all) { in prof_dump_header_intercept()
90 memcpy(&cnt_all_copy, cnt_all, sizeof(prof_cnt_t)); in prof_dump_header_intercept()
/external/jemalloc/test/unit/
Dprof_reset.c96 prof_cnt_t cnt_all_copy = {0, 0, 0, 0};
99 const prof_cnt_t *cnt_all) in prof_dump_header_intercept()
103 memcpy(&cnt_all_copy, cnt_all, sizeof(prof_cnt_t)); in prof_dump_header_intercept()
/external/jemalloc/src/
Dprof.c807 memset(&ret.p->cnts, 0, sizeof(prof_cnt_t)); in prof_lookup()
1056 memcpy(&tctx->dump_cnts, &tctx->cnts, sizeof(prof_cnt_t)); in prof_tctx_merge_tdata()
1185 memset(&gctx->cnt_summed, 0, sizeof(prof_cnt_t)); in prof_dump_gctx_prep()
1258 prof_cnt_t cnt_all;
1277 memset(&tdata->cnt_summed, 0, sizeof(prof_cnt_t)); in prof_tdata_merge_iter()
1319 prof_dump_header(tsdn_t *tsdn, bool propagate_err, const prof_cnt_t *cnt_all) in prof_dump_header()
1486 prof_leakcheck(const prof_cnt_t *cnt_all, size_t leak_ngctx, in prof_leakcheck()
1580 memset(&prof_tdata_merge_iter_arg.cnt_all, 0, sizeof(prof_cnt_t)); in prof_dump()
/external/jemalloc_new/src/
Dprof.c833 memset(&ret.p->cnts, 0, sizeof(prof_cnt_t)); in prof_lookup()
1069 memcpy(&tctx->dump_cnts, &tctx->cnts, sizeof(prof_cnt_t)); in prof_tctx_merge_tdata()
1192 memset(&gctx->cnt_summed, 0, sizeof(prof_cnt_t)); in prof_dump_gctx_prep()
1266 prof_cnt_t cnt_all;
1284 memset(&tdata->cnt_summed, 0, sizeof(prof_cnt_t)); in prof_tdata_merge_iter()
1327 const prof_cnt_t *cnt_all) { in prof_dump_header_impl()
1496 prof_leakcheck(const prof_cnt_t *cnt_all, size_t leak_ngctx, in prof_leakcheck()
1578 memset(&prof_tdata_merge_iter_arg->cnt_all, 0, sizeof(prof_cnt_t)); in prof_dump_prep()