Function alloc_pages

Source
pub fn alloc_pages(len: usize) -> Result<NonNull<[u8]>, AllocError>
Expand description

Allocate a page-aligned buffer. The alignment will be rounded up to a multiple of the platform pointer size if necessary.