Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h62 prof_cnt_t cnts;
98 prof_cnt_t dump_cnts;
137 prof_cnt_t cnt_summed;
202 prof_cnt_t cnt_summed;
H A Dprof_types.h5 typedef struct prof_cnt_s prof_cnt_t; typedef
H A Dprof_data.h35 void prof_cnt_all(prof_cnt_t *cnt_all);
/src/contrib/jemalloc/src/
H A Dprof_data.c373 memset(&ret.p->cnts, 0, sizeof(prof_cnt_t)); in prof_lookup()
648 const prof_cnt_t *cnts) { in prof_dump_print_cnts()
683 memcpy(&tctx->dump_cnts, &tctx->cnts, sizeof(prof_cnt_t)); in prof_tctx_merge_tdata()
819 memset(&gctx->cnt_summed, 0, sizeof(prof_cnt_t)); in prof_dump_gctx_prep()
894 prof_cnt_t *cnt_all;
912 memset(&tdata->cnt_summed, 0, sizeof(prof_cnt_t)); in prof_tdata_merge_iter()
962 prof_dump_header(prof_dump_iter_arg_t *arg, const prof_cnt_t *cnt_all) { in prof_dump_header()
1016 prof_leakcheck(const prof_cnt_t *cnt_all, size_t leak_ngctx) { in prof_leakcheck()
1064 prof_dump_prep(tsd_t *tsd, prof_tdata_t *tdata, prof_cnt_t *cnt_all, in prof_dump_prep()
1087 memset(cnt_all, 0, sizeof(prof_cnt_t)); in prof_dump_prep()
[all …]