Searched refs:AllocAddrs (Results 1 – 2 of 2) sorted by relevance
252 std::vector<ExecutorAddr> AllocAddrs; in release() local268 AllocAddrs.swap(R.Allocations); in release()272 if (Error E = deinitialize(AllocAddrs)) in release()
155 std::vector<ExecutorAddr> AllocAddrs; in release() local161 AllocAddrs.swap(R.Allocations); in release()167 deinitialize(AllocAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in release()