pub fn bytes_to_pages(size_in_bytes: usize) -> usize
Converts the bytes to number of pages.
This rounds down if the size_in_bytes is not multiple of page size.
size_in_bytes