Home
last modified time | relevance | path

Searched refs:prof_cnt_all (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dprof_tctx.c15 prof_cnt_all(&curobjs_0, NULL, NULL, NULL); in TEST_BEGIN()
21 prof_cnt_all(&curobjs_1, NULL, NULL, NULL); in TEST_BEGIN()
31 prof_cnt_all(&curobjs_2, NULL, NULL, NULL); in TEST_BEGIN()
36 prof_cnt_all(&curobjs_3, NULL, NULL, NULL); in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h62 void prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs,
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c1675 prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs, in prof_cnt_all() function