On Tue, 2014-08-26 at 10:19 +0100, Ralph Corderoy wrote: > Can malloc fail on VMS?
All calls to memory allocation in GNU make should use the x*() functions (xmalloc, xcalloc, xrealloc, xstrdup) which will stop the process if memory allocation fails. We don't attempt to recover from running out of memory in GNU make. _______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
