What happens if memory allocation fails with "new" keyword? Does it
throw an exception? throwable?
All I want is to be able to catch OutOfMemory event, and take other
steps based on that.
tcak via Digitalmars-d-learn Sat, 20 Feb 2016 06:26:55 -0800
What happens if memory allocation fails with "new" keyword? Does it
throw an exception? throwable?
All I want is to be able to catch OutOfMemory event, and take other
steps based on that.