Searched refs:AllocAddrs (Results 1 – 2 of 2) sorted by relevance
214 std::vector<ExecutorAddr> AllocAddrs; in release() local230 AllocAddrs.swap(R.Allocations); in release()234 if (Error E = deinitialize(AllocAddrs)) in release()
123 std::vector<ExecutorAddr> AllocAddrs; in release() local129 AllocAddrs.swap(R.Allocations); in release()135 deinitialize(AllocAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in release()