|
|
|
|
|
by Manishearth
3742 days ago
|
|
A failed malloc aborts the process. If this is important to you, don't use the heap abstractions in the stdlib then. This is no different from the situation in C++. (You can also plug in a custom allocator which behaves differently) |
|