Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap_test.cc63 int64_t total_memory_before = heap->GetTotalMemory(); in TEST_F()
66 int64_t total_memory_after = heap->GetTotalMemory(); in TEST_F()
Dheap.h610 EXPORT size_t GetTotalMemory() const;
626 return UnsignedDifference(GetTotalMemory(), in GetFreeMemory()
Dheap.cc1298 os << "Total memory " << PrettySize(GetTotalMemory()) << "\n"; in DumpGcPerformanceInfo()
2940 const size_t total_memory = GetTotalMemory(); in LogGC()
3700 << PrettySize(GetTotalMemory()); in DumpForSigQuit()
4291 size_t Heap::GetTotalMemory() const { in GetTotalMemory() function in art::gc::Heap
/art/openjdkjvm/
DOpenjdkJvm.cc327 return art::Runtime::Current()->GetHeap()->GetTotalMemory(); in JVM_TotalMemory()
/art/runtime/
Ddebugger.cc434 Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes. in DdmSendHeapInfo()