Exceptions should never be enabled by default. We live in a 64bit world so allocations failing indicates some other problem.
What does processor but width have to do with the likelihood of allocation failures?
Exceptions can be used to indicate many kinds of errors, not just allocation failures.
What does processor but width have to do with the likelihood of allocation failures?