Searched refs:kMaxNumberOfAttempts (Results 1 – 1 of 1) sorted by relevance
470 const int kMaxNumberOfAttempts = 7; in CollectAllAvailableGarbage() local471 for (int attempt = 0; attempt < kMaxNumberOfAttempts; attempt++) { in CollectAllAvailableGarbage()