pub(crate) fn pageout(ptr: *mut u8, len: usize)Available on Unix and crate feature
pool only.Expand description
Hints the kernel to reclaim the page-aligned subrange of [ptr, ptr + len)
immediately, writing it to the swap device. Contents are preserved; this is
a non-destructive hint. No-op outside Linux.