Searched refs:evictList (Results 1 – 1 of 1) sorted by relevance
450 std::vector<std::shared_ptr<ClientDescriptor<KEY, VALUE>>> evictList; in wouldEvictLocked() local454 evictList.push_back(client); in wouldEvictLocked()455 return evictList; in wouldEvictLocked()496 evictList.clear(); in wouldEvictLocked()497 evictList.push_back(client); in wouldEvictLocked()498 return evictList; in wouldEvictLocked()508 evictList.push_back(i); in wouldEvictLocked()516 evictList.push_back(i); in wouldEvictLocked()523 return evictList; in wouldEvictLocked()528 evictList.clear(); in wouldEvictLocked()[all …]