devela::_dep::rustix::thread

Function disable_transparent_huge_pages

pub fn disable_transparent_huge_pages(thp_disable: bool) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

Set the state of the THP disable flag for the calling thread.

§References