Searched refs:gcLimit (Results 1 – 1 of 1) sorted by relevance
144 void TrimCache(size_t maxStates, size_t gcLimit, const char *name, T *cache) in TrimCache() argument146 const size_t kGarbageCollectionLimit = maxStates / 2 + gcLimit; in TrimCache()