Searched refs:SrcAllocs (Results 1 – 1 of 1) sorted by relevance
713 auto &SrcAllocs = I->second; in handleTransferResources() local715 DstAllocs.reserve(DstAllocs.size() + SrcAllocs.size()); in handleTransferResources()716 for (auto &Alloc : SrcAllocs) in handleTransferResources()