rustix::thread::prctl

Function transparent_huge_pages_are_disabled

Source
pub fn transparent_huge_pages_are_disabled() -> Result<bool>
Expand description

Get the current setting of the THP disable flag for the calling thread.

§References