pub fn allocate_frames(num_frames: usize) -> Option<AllocatedFrames<Page4K>>
Expand description

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

See allocate_frames_deferred() for more details.