Function rustix::thread::disable_transparent_huge_pages

source ·
pub fn disable_transparent_huge_pages(thp_disable: bool) -> Result<()>
Expand description

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

§References