Searched refs:prof_cnt_t (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc_new/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 *);
|
/external/jemalloc_new/test/unit/ |
D | prof_reset.c | 85 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_new/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()
|