data_structures
|
Go to the source code of this file.
Functions | |
void * | ds_xmalloc (size_t size) |
Replicates behaviour of malloc from libc , but fails on memory allocation errors. More... | |
void* ds_xmalloc | ( | size_t | size | ) |
Replicates behaviour of malloc
from libc
, but fails on memory allocation errors.
Definition at line 22 of file ds_xmalloc.c.