Searched refs:prof_cnt_t (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/ |
| D | prof_structs.h | 59 prof_cnt_t cnts; 95 prof_cnt_t dump_cnts; 125 prof_cnt_t cnt_summed; 194 prof_cnt_t cnt_summed;
|
| D | prof_types.h | 6 typedef struct prof_cnt_s prof_cnt_t; typedef
|
| D | prof_externs.h | 59 typedef bool (prof_dump_header_t)(tsdn_t *, bool, const prof_cnt_t *);
|
| /freebsd-12-stable/contrib/jemalloc/src/ |
| D | prof.c | 833 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()
|