You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you make a big allocation, creating the backing store in Allocation::undef just fails. We could use try_reserve to instead detect this and report it to the running application properly (returning NULL, I guess).