Home
last modified time | relevance | path

Searched refs:VlogHeapGrowth (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dheap-inl.h449 VlogHeapGrowth(old_target, new_footprint, alloc_size); in IsOutOfMemoryOnAllocation()
Dheap.h1219 static void VlogHeapGrowth(size_t max_allowed_footprint, size_t new_footprint, size_t alloc_size);
Dheap.cc4258 void Heap::VlogHeapGrowth(size_t old_footprint, size_t new_footprint, size_t alloc_size) { in VlogHeapGrowth() function in art::gc::Heap