morpheus_bootloader::boot::memory::allocation

Function allocate_pages_max

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