Searched refs:GetTotalMemory (Results 1 – 5 of 5) sorted by relevance
35 int64_t total_memory_before = heap->GetTotalMemory(); in TEST_F()38 int64_t total_memory_after = heap->GetTotalMemory(); in TEST_F()
464 size_t GetTotalMemory() const;480 size_t total_memory = GetTotalMemory(); in GetFreeMemory()
980 os << "Total memory " << PrettySize(GetTotalMemory()) << "\n"; in DumpGcPerformanceInfo()2500 const size_t total_memory = GetTotalMemory(); in LogGC()3213 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n"; in DumpForSigQuit()3648 size_t Heap::GetTotalMemory() const { in GetTotalMemory() function in art::gc::Heap
98 return Runtime::Current()->GetHeap()->GetTotalMemory(); in Runtime_totalMemory()
4464 JDWP::Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes. in DdmSendHeapInfo()