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