Function 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.

§References