Constant lrs::process::clone::CLONE_VM

Share the address space of the process.

Syntax

const CLONE_VM: CloneFlags = CloneFlags(cty::CLONE_VM);

Remarks

If this flag is set, the process will be aborted.

See also