Searched refs:evictList (Results 1 – 1 of 1) sorted by relevance
376 std::vector<std::shared_ptr<ClientDescriptor<KEY, VALUE>>> evictList; in wouldEvictLocked() local380 evictList.push_back(client); in wouldEvictLocked()381 return evictList; in wouldEvictLocked()422 evictList.clear(); in wouldEvictLocked()423 evictList.push_back(client); in wouldEvictLocked()424 return evictList; in wouldEvictLocked()434 evictList.push_back(i); in wouldEvictLocked()442 evictList.push_back(i); in wouldEvictLocked()449 return evictList; in wouldEvictLocked()454 evictList.clear(); in wouldEvictLocked()[all …]