Function page_allocator::allocate_pages_at
source · pub fn allocate_pages_at(
vaddr: VirtualAddress,
num_pages: usize
) -> Result<AllocatedPages<Page4K>, &'static str>Expand description
Allocates the given number of pages starting at (inclusive of) the page containing the given VirtualAddress.
See allocate_pages_deferred() for more details.