Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dheap.h588 size_t GetFreeMemoryUntilGC() const { in GetFreeMemoryUntilGC() function
H A Dheap.cc1216 os << "Free memory until GC " << PrettySize(GetFreeMemoryUntilGC()) << "\n"; in DumpGcPerformanceInfo()