Home
last modified time | relevance | path

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

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