|
|
|
|
|
by jenadine
176 days ago
|
|
> No non-embedded libc will actually return NULL. malloc(-1) should always return NULL.
Malloc returns NULL if the virtual address space for a given process is exhausted. It will not return NULL when the system is out of memory (depending on the overcommit settings) |
|