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

/art/runtime/gc/
H A Dheap.cc844 os << "Total memory " << PrettySize(GetTotalMemory()) << "\n";
2183 const size_t total_memory = GetTotalMemory();
2804 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n";
3159 size_t Heap::GetTotalMemory() const { function in class:art::gc::Heap

Completed in 11 milliseconds