Searched defs:GetTotalMemory (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/
H A Dheap.cc1281 const size_t total_memory = GetTotalMemory();
1762 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n";
1767 return static_cast<size_t>(100.0f * static_cast<float>(GetFreeMemory()) / GetTotalMemory());
2131 int64_t Heap::GetTotalMemory() const { function in class:art::gc::Heap

Completed in 51 milliseconds