52 Buffer = (
void *) malloc (Size);
67 if (size < 0 || (size == 0 && ptr ==
NULL))
70 Buffer = (
void *) realloc (ptr, size);
71 if (Buffer ==
NULL && size != 0)
void * Erealloc(void *ptr, int size)
#define ILLEGALMALLOCREQUEST
void DoError(int Error, const char *Message)