Allocator does not properly report OOM #613
Labels
A-interpreter
Area: affects the core interpreter
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
When you make a big allocation, creating the backing store in
Allocation::undef
just fails. We could usetry_reserve
to instead detect this and report it to the running application properly (returning NULL, I guess).Cc @Amanieu
The text was updated successfully, but these errors were encountered: