Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap_test.cc33 int64_t max_memory_before = heap->GetMaxMemory(); in TEST_F()
36 int64_t max_memory_after = heap->GetMaxMemory(); in TEST_F()
Dheap.h424 size_t GetMaxMemory() const { in GetMaxMemory() function
1081 delta_(heap_->GetMaxMemory() - heap_->GetBytesAllocated()) { in ScopedHeapFill()
Dheap.cc845 os << "Max memory " << PrettySize(GetMaxMemory()) << "\n"; in DumpGcPerformanceInfo()
2813 if (max_allowed_footprint > GetMaxMemory()) { in SetIdealFootprint()
2815 << PrettySize(GetMaxMemory()); in SetIdealFootprint()
2816 max_allowed_footprint = GetMaxMemory(); in SetIdealFootprint()
2925 DCHECK_LE(max_allowed_footprint_, GetMaxMemory()); in GrowForUtilization()
/art/runtime/native/
Djava_lang_Runtime.cc86 return Runtime::Current()->GetHeap()->GetMaxMemory(); in Runtime_maxMemory()
/art/runtime/
Ddebugger.cc4020 JDWP::Append4BE(bytes, heap->GetMaxMemory()); // Max allowed heap size in bytes. in DdmSendHeapInfo()