Home
last modified time | relevance | path

Searched refs:cnt_all (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c1266 prof_cnt_t cnt_all; member
1290 arg->cnt_all.curobjs += tdata->cnt_summed.curobjs; in prof_tdata_merge_iter()
1291 arg->cnt_all.curbytes += tdata->cnt_summed.curbytes; in prof_tdata_merge_iter()
1327 const prof_cnt_t *cnt_all) { in prof_dump_header_impl() argument
1334 cnt_all->curbytes, cnt_all->accumobjs, cnt_all->accumbytes)) { in prof_dump_header_impl()
1505 if (cnt_all->curbytes != 0) { in prof_leakcheck()
1507 double ratio = (((double)cnt_all->curbytes) / in prof_leakcheck()
1508 (double)cnt_all->curobjs) / sample_period; in prof_leakcheck()
1607 &prof_tdata_merge_iter_arg->cnt_all)) { in prof_dump_file()
1667 prof_leakcheck(&prof_tdata_merge_iter_arg.cnt_all, in prof_dump()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dprof_reset.c88 const prof_cnt_t *cnt_all) { in prof_dump_header_intercept() argument
90 memcpy(&cnt_all_copy, cnt_all, sizeof(prof_cnt_t)); in prof_dump_header_intercept()