Searched refs:TargetAllocs (Results 1 – 1 of 1) sorted by relevance
47 HostAllocMap HostAllocs, TargetAllocMap TargetAllocs) in OrcRPCAllocation() argument49 TargetAllocs(std::move(TargetAllocs)) { in OrcRPCAllocation()50 assert(HostAllocs.size() == TargetAllocs.size() && in OrcRPCAllocation()55 assert(TargetAllocs.empty() && "failed to deallocate"); in ~OrcRPCAllocation()66 auto I = TargetAllocs.find(Seg); in getTargetMemory()67 assert(I != TargetAllocs.end() && "No target allocation for segment"); in getTargetMemory()77 assert(TargetAllocs.count(KV.first) && in finalizeAsync()80 auto &TA = TargetAllocs[KV.first]; in finalizeAsync()133 for (auto &KV : TargetAllocs) in deallocate()137 TargetAllocs.clear(); in deallocate()[all …]