Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dquarantine.h21 size_t curobjs; member
Dprof.h75 uint64_t curobjs; member
/external/jemalloc_new/include/jemalloc/internal/
Dprof_structs.h34 uint64_t curobjs; member
/external/jemalloc_new/src/
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()
/external/jemalloc/src/
Dprof.c1504 uint64_t curobjs = (uint64_t)round(((double)cnt_all->curobjs) * in prof_leakcheck() local