Constant lrs::mem::advice::DontFork

Don't make these pages available to child processes.

Syntax

const DontFork: MemAdvice = MemAdvice(cty::MADV_DONTFORK);

See also