Home
last modified time | relevance | path

Searched refs:GetTotalMemory (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/
Dheap_test.cc56 int64_t total_memory_before = heap->GetTotalMemory(); in TEST_F()
59 int64_t total_memory_after = heap->GetTotalMemory(); in TEST_F()
Dheap.h593 size_t GetTotalMemory() const;
609 return UnsignedDifference(GetTotalMemory(), in GetFreeMemory()
Dheap.cc1171 os << "Total memory " << PrettySize(GetTotalMemory()) << "\n"; in DumpGcPerformanceInfo()
2717 const size_t total_memory = GetTotalMemory(); in LogGC()
3469 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n"; in DumpForSigQuit()
3984 size_t Heap::GetTotalMemory() const { in GetTotalMemory() function in art::gc::Heap
/art/openjdkjvm/
DOpenjdkJvm.cc298 return art::Runtime::Current()->GetHeap()->GetTotalMemory(); in JVM_TotalMemory()
/art/runtime/
Ddebugger.cc439 Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes. in DdmSendHeapInfo()