Constant lrs::mem::advice::NoHugePage

Disable transparent huge pages for these pages.

Syntax

const NoHugePage: MemAdvice = MemAdvice(cty::MADV_NOHUGEPAGE);

See also