Searched refs:gc_urgency (Results 1 – 1 of 1) sorted by relevance
4136 float gc_urgency = NativeMemoryOverTarget(current_native_bytes, is_gc_concurrent); in CheckGCForNative() local4137 if (UNLIKELY(gc_urgency >= 1.0)) { in CheckGCForNative()4141 if (requested && gc_urgency > kStopForNativeFactor in CheckGCForNative()4145 LOG(INFO) << "Stopping for native allocation, urgency: " << gc_urgency; in CheckGCForNative()