Lock all currently mapped pages.
const MLOCK_CURRENT: MemLockFlags = MemLockFlags(cty::MCL_CURRENT);
mlockall(2) and MCL_CURRENT therein