Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
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()
/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h62 void prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs,
Dprivate_namespace_jet.h295 #define prof_cnt_all JEMALLOC_N(prof_cnt_all) macro
/external/jemalloc_new/src/
Dprof.c1675 prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs, in prof_cnt_all() function