Checks whether pages are in memory or swapped out.
fn availability(range: Range<usize>, buf: &mut [u8]) -> Result<&mut [Availability], Errno>
| Name | Description |
|---|---|
| range | The range to check. Must be page aligned. |
| buf | The buffer in which the result will be stored. |
The buffer must have at least on entry per page.