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