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