Home
last modified time | relevance | path

Searched refs:allocated_resources_ (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dunique_resource_allocator.h119 Contains(allocated_resources_, new_item)) { in ExpandPool()
240 auto itr = allocated_resources_.find(t); in Reclaim()
241 if (itr == allocated_resources_.end()) { in Reclaim()
250 allocated_resources_.erase(itr); in Reclaim()
287 const auto [new_itr, _] = allocated_resources_.insert(std::move(tmp)); in RemoveFromPool()
291 std::unordered_set<T> allocated_resources_; variable