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

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

Completed in 30 milliseconds