Constant lrs::mem_map::flags::MREMAP_MAY_MOVE

Move the mapping if it cannot be expanded in its current location.

Syntax

const MREMAP_MAY_MOVE: MemReMapFlags = MemReMapFlags(cty::MREMAP_MAYMOVE);

See also