Function bytes_to_pages

Source
pub fn bytes_to_pages(size_in_bytes: usize) -> usize
Expand description

Converts the bytes to number of pages.

This rounds down if the size_in_bytes is not multiple of page size.