Constant lrs::mem::advice::Mergeable

Allow these pages to be merged with other pages with the same content.

Syntax

const Mergeable: MemAdvice = MemAdvice(cty::MADV_MERGEABLE);

See also