Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c246 tctx->cnts.curobjs++; in prof_malloc_sample_object()
261 tctx->cnts.curobjs--; in prof_free_sampled_object()
1071 tdata->cnt_summed.curobjs += tctx->dump_cnts.curobjs; in prof_tctx_merge_tdata()
1090 gctx->cnt_summed.curobjs += tctx->dump_cnts.curobjs; in prof_tctx_merge_gctx()
1290 arg->cnt_all.curobjs += tdata->cnt_summed.curobjs; in prof_tdata_merge_iter()
1512 uint64_t curobjs = (uint64_t)round(((double)cnt_all->curobjs) * in prof_leakcheck() local
1517 curbytes, (curbytes != 1) ? "s" : "", curobjs, (curobjs != in prof_leakcheck()
1686 if (curobjs != NULL) { in prof_cnt_all()
1687 *curobjs = 0; in prof_cnt_all()
1705 if (curobjs != NULL) { in prof_cnt_all()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dprof_reset.c115 assert_u64_eq(cnt_all_copy.curobjs, 1, "Expected 1 allocation"); in TEST_BEGIN()
121 assert_u64_eq(cnt_all_copy.curobjs, 0, "Expected 0 allocations"); in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h34 uint64_t curobjs; member
H A Dprof_externs.h62 void prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs,