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