Searched refs:unusedLimitByPercentage (Results 1 – 1 of 1) sorted by relevance
270 int32_t unusedLimitByPercentage = fNumValuesInUse * fMaxPercentageOfInUse / 100; in _computeCountOfItemsToEvict() local271 int32_t unusedLimit = std::max(unusedLimitByPercentage, fMaxUnused); in _computeCountOfItemsToEvict()