Searched refs:unusedLimit (Results 1 – 1 of 1) sorted by relevance
268 int32_t unusedLimit = std::max(unusedLimitByPercentage, fMaxUnused); in _computeCountOfItemsToEvict() local269 int32_t countOfItemsToEvict = std::max(0, evictableItems - unusedLimit); in _computeCountOfItemsToEvict()