Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h596 size_t GetFreeMemoryUntilGC() const { in GetFreeMemoryUntilGC() function
Dheap.cc1169 os << "Free memory until GC " << PrettySize(GetFreeMemoryUntilGC()) << "\n"; in DumpGcPerformanceInfo()