Move the mapping if it cannot be expanded in its current location.
const MREMAP_MAY_MOVE: MemReMapFlags = MemReMapFlags(cty::MREMAP_MAYMOVE);
mremap(2) and MREMAP_MAYMOVE therein