Lock all pages that will become mapped in the future.
const MLOCK_FUTURE: MemLockFlags = MemLockFlags(cty::MCL_FUTURE);
mlockall(2) and MCL_FUTURE therein