Searched refs:old_footprint (Results 1 – 1 of 1) sorted by relevance
4401 void Heap::VlogHeapGrowth(size_t old_footprint, size_t new_footprint, size_t alloc_size) { in VlogHeapGrowth() argument4402 VLOG(heap) << "Growing heap from " << PrettySize(old_footprint) << " to " in VlogHeapGrowth()