Searched refs:efi_malloc (Results 1 – 2 of 2) sorted by relevance
/bootable/libbootloader/gbl/libefi/src/ | ||
D | allocation.rs | 130 pub fn efi_malloc(size: usize) -> *mut u8 { in efi_malloc() function |
D | lib.rs | 71 pub use allocation::{efi_free, efi_malloc}; |