Constant lrs::mem::advice::Unmergeable

Don't allow these pages to be merged with other pages with the same content.

Syntax

const Unmergeable: MemAdvice = MemAdvice(cty::MADV_UNMERGEABLE);

See also