mirror of
https://github.com/ipxe/ipxe
synced 2026-01-29 12:29:13 +03:00
Use standard void pointers for umalloc(), urealloc(), and ufree(),
with the "u" prefix retained to indicate that these allocations are
made from external ("user") memory rather than from the internal heap.
Signed-off-by: Michael Brown <mcb30@ipxe.org>