Function rustix::thread::transparent_huge_pages_are_disabled

source ·
pub fn transparent_huge_pages_are_disabled() -> Result<bool>
Available on crate feature thread only.
Expand description

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

§References