pub fn allocate_raw_pages(num_of_pages: usize) -> *mut Page
Allocates a number of pages.
num_of_pages
A pointer to the allocated pages.