Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap_test.cc35 int64_t total_memory_before = heap->GetTotalMemory(); in TEST_F()
38 int64_t total_memory_after = heap->GetTotalMemory(); in TEST_F()
Dheap.h464 size_t GetTotalMemory() const;
480 size_t total_memory = GetTotalMemory(); in GetFreeMemory()
Dheap.cc980 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
/art/runtime/native/
Djava_lang_Runtime.cc98 return Runtime::Current()->GetHeap()->GetTotalMemory(); in Runtime_totalMemory()
/art/runtime/
Ddebugger.cc4464 JDWP::Append4BE(bytes, heap->GetTotalMemory()); // Current heap size in bytes. in DdmSendHeapInfo()