Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2003 size_t curr_bytes_allocated = GetBytesAllocated(); in AllocateInternalWithGc() local
2004 size_t free_heap = UnsignedDifference(growth_limit_, curr_bytes_allocated); in AllocateInternalWithGc()