Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dquarantine.h20 size_t curbytes; member
Dprof.h76 uint64_t curbytes; member
/external/jemalloc_new/include/jemalloc/internal/
Dprof_structs.h35 uint64_t curbytes; member
/external/jemalloc_new/src/
Dprof.c1510 uint64_t curbytes = (uint64_t)round(((double)cnt_all->curbytes) 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.c1502 uint64_t curbytes = (uint64_t)round(((double)cnt_all->curbytes) in prof_leakcheck() local