K 10 svn:author V 6 kevans K 8 svn:date V 27 2021-10-17T18:46:46.362297Z K 7 svn:log V 621 boot1.efi: use malloc family from libsa The zfs reader development did reach to the point where linking boot1, we will get errors about duplicate symbols Malloc, Free, Calloc. We can just use libsa version, just as loader.efi does. The only concern is, libsa zalloc is using fixed size heap region, I did pick 64MB as other stage instances are using, but this size is likely not optimal. In any case, with limited memory setups, we should boot loader.efi directly. (cherry picked from commit 12c470af750672c4847af20cc8e2a736aab7db78) Git Hash: fbeb08184407c1d8824790fd51410f9e8f200522 Git Author: tsoome@FreeBSD.org END