Lines Matching defs:OnAllocated
101 OnAllocatedFunction OnAllocated) {
106 return OnAllocated(Pages.takeError());
110 [this, BL = std::move(BL), OnAllocated = std::move(OnAllocated)](
114 return OnAllocated(std::move(SerializationErr));
117 return OnAllocated(AllocAddr.takeError());
119 completeAllocation(*AllocAddr, std::move(BL), std::move(OnAllocated));
143 ExecutorAddr AllocAddr, BasicLayout BL, OnAllocatedFunction OnAllocated) {
165 return OnAllocated(std::move(Err));
167 OnAllocated(std::make_unique<InFlightAlloc>(*this, BL.getGraph(), AllocAddr,