Go to the documentation of this file.
24 void*
new = (
void*) malloc(num);
26 fprintf(
stderr,
"Memory exhausted\n");
40 new = (
void*) realloc(
p, num);
42 fprintf(
stderr,
"Memory exhausted\n");
void * xmalloc(size_t num)
void * xcalloc(size_t num, size_t size)
void * xrealloc(void *p, size_t num)