K 10 svn:author V 5 bcran K 8 svn:date V 27 2018-12-13T23:20:58.562325Z K 7 svn:log V 342 Print an error message in efi_main.c if we can't allocate memory for the heap With the default Qemu parameters, only 128MB RAM gets given to a VM. This causes the loader to be unable to allocate the 64MB it needs for the heap. This change makes the cause of the error more obvious. Differential Revision: https://reviews.freebsd.org/D17958 END