Searched refs:prof_cnt_all (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | prof_tctx.c | 15 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/ |
D | prof_externs.h | 62 void prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs,
|
D | private_namespace_jet.h | 295 #define prof_cnt_all JEMALLOC_N(prof_cnt_all) macro
|
/external/jemalloc_new/src/ |
D | prof.c | 1675 prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs, in prof_cnt_all() function
|