Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1796 size_t curr_bytes_allocated = GetBytesAllocated(); in AllocateInternalWithGc() local
1798 static_cast<double>(growth_limit_ - curr_bytes_allocated) / growth_limit_; in AllocateInternalWithGc()