morpheus_bootloader::boot::memory::allocation

Function allocate_low_buffer

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