pub fn allocate_pages_in_range(
    num_pages: usize,
    range: &PageRange<Page4K>
) -> Result<AllocatedPages<Page4K>, &'static str>
Expand description

Allocates the given number of pages with the constraint that they must be within the given inclusive range of pages.