43 (void) fflush(stdout);
44 (void) fprintf(stderr,
"\nout of memory allocating %lu bytes\n",
45 (
unsigned long) size);
57 if (
MMoutOfMemory != (
void (*)(
long)) 0 ) (*MMoutOfMemory)(size);
61 if (size == 0) size =
sizeof(long);
62 if ((p = (
char *)
malloc((
unsigned long) size)) ==
NIL(
char)) {
82 if (size <= 0) size =
sizeof(long);
83 if ((p = (
char *)
realloc(obj, (
unsigned long) size)) ==
NIL(
char)) {
void(* MMoutOfMemory)(long)
void MMout_of_memory(long)
char * MMrealloc(char *, long)