Searched refs:AllocationStates (Results 1 – 2 of 2) sorted by relevance
43 using AllocationStates = ZoneVector<AllocationState const*>; variable64 AllocationState const* MergeStates(AllocationStates const& states);87 ZoneMap<NodeId, AllocationStates> pending_;
390 AllocationStates const& states) { in MergeStates()442 it = pending_.insert(std::make_pair(id, AllocationStates(zone()))).first; in EnqueueMerge()