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