]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: replace zfs_alloc/zfs_free with malloc/free
authorToomas Soome <tsoome@FreeBSD.org>
Wed, 26 Feb 2020 18:12:12 +0000 (18:12 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 02:42:15 +0000 (21:42 -0500)
commit4253aad557e750ac02ff109b59bc81a9416f2689
treed0b270a6c2a37261123b599ed45d1a8291f58e7e
parent7f31297d105cd0dae9d862c814dfa75cca331bb3
loader: replace zfs_alloc/zfs_free with malloc/free

Use common memory management.

(cherry picked from commit c1c4c81fd75a7d0c14011ea1cf6113ecdd80e16a)
stand/libsa/zfs/zfs.c
stand/libsa/zfs/zfsimpl.c
sys/cddl/boot/zfs/zfssubr.c