morpheus_bootloader::boot::memory::allocation

Function allocate_pages_any

Source
pub(super) unsafe fn allocate_pages_any(
    boot_services: &BootServices,
    pages: usize,
) -> Result<*mut u8, MemoryError>