K 10 svn:author V 3 imp K 8 svn:date V 27 2020-09-24T06:40:35.727089Z K 7 svn:log V 422 Create a standalone version of sys/malloc.h The ZSTD support for the boot loader will need to include files that use the kernel's malloc interface. Create a standalone stub version that's functional enough to allow this to work. There's some limitations in this interface, and it's not quite a perfect match. Specifically, M_WAITOK allocations can fail because there's nothing that can be done we no memory is available. END