Searched refs:AllocAddrs (Results 1 – 2 of 2) sorted by relevance
217 std::vector<ExecutorAddr> AllocAddrs; in release() local233 AllocAddrs.swap(R.Allocations); in release()237 if (Error E = deinitialize(AllocAddrs)) in release()
142 std::vector<ExecutorAddr> AllocAddrs; in release() local148 AllocAddrs.swap(R.Allocations); in release()154 deinitialize(AllocAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in release()