Function memory::allocate_frames_at
pub fn allocate_frames_at(
paddr: PhysicalAddress,
num_frames: usize
) -> Result<Frames<frame_allocator::::AllocatedFrames::{constant#0}, Page4K>, &'static str>
Expand description
Allocates the given number of frames starting at (inclusive of) the frame containing the given PhysicalAddress
.
See allocate_frames_deferred()
for more details.