Function memory::allocate_pages
pub fn allocate_pages(num_pages: usize) -> Option<AllocatedPages<Page4K>>Expand description
Allocates the given number of pages with no constraints on the starting virtual address.
See allocate_pages_deferred() for more details.