Searched refs:prof_cnt_t (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 5 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/test/unit/ |
D | prof_reset.c | 96 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/ |
D | prof.c | 807 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()
|