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