Function memory::allocate_frames

pub fn allocate_frames(
    num_frames: usize
) -> Option<Frames<frame_allocator::::AllocatedFrames::{constant#0}, Page4K>>
Expand description

Allocates the given number of frames with no constraints on the starting physical address.

See allocate_frames_deferred() for more details.