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