Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2004 size_t free_heap = UnsignedDifference(growth_limit_, curr_bytes_allocated); in AllocateInternalWithGc() local
2006 double free_heap_ratio = static_cast<double>(free_heap) / growth_limit_; in AllocateInternalWithGc()