Home
last modified time | relevance | path

Searched defs:curobjs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dprof_structs.h34 uint64_t curobjs; member
/aosp_15_r20/external/jemalloc_new/src/
H A Dprof.c1512 uint64_t curobjs = (uint64_t)round(((double)cnt_all->curobjs) * in prof_leakcheck() local
1675 prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs, in prof_cnt_all()