Searched refs:mMaxCost (Results 1 – 1 of 1) sorted by relevance
412 int32_t mMaxCost; variable423 ClientManager<KEY, VALUE, LISTENER>::ClientManager(int32_t totalCost) : mMaxCost(totalCost) {} in ClientManager()499 } else if (conflicting || ((totalCost > mMaxCost && curCost > 0) && in wouldEvictLocked()514 if (curPriority < priority && (conflicting || (totalCost > mMaxCost && curCost > 0))) { in wouldEvictLocked()527 if (totalCost > mMaxCost && highestPriorityOwner != owner) { in wouldEvictLocked()