Function rustix::thread::disable_transparent_huge_pages
source · pub fn disable_transparent_huge_pages(thp_disable: bool) -> Result<()>
Available on crate feature
thread
only.Expand description
Set the state of the THP disable
flag for the calling thread.