Function allocate_raw_pages

Source
pub fn allocate_raw_pages(num_of_pages: usize) -> *mut Page
Expand description

Allocates a number of pages.

§Arguments

  • num_of_pages - The number of pages to allocate

§Returns

A pointer to the allocated pages.