Abort when memory allocation or other mandatory resource allocation fails
In discussion at the group meeting in Amsterdam, we decided that going forward, we should have isc_mem_get()
and isc_mem_allocate()
abort rather than returning NULL when the system is out of memory.
We should expand this to other resources like:
- pthread mutex
Edited by Ondřej Surý