Searched refs:GetBytesAllocatedEver (Results 1 - 3 of 3) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_VMDebug.cc457 std::string output = std::to_string(heap->GetBytesAllocatedEver());
517 std::to_string(heap->GetBytesAllocatedEver()))) {
/art/runtime/gc/
H A Dheap.h510 uint64_t GetBytesAllocatedEver() const;
H A Dheap.cc1015 os << "Total bytes allocated " << PrettySize(GetBytesAllocatedEver()) << "\n";
1786 uint64_t Heap::GetBytesAllocatedEver() const { function in class:art::gc::Heap

Completed in 43 milliseconds