Lock the mapping into memory.
const MMAP_LOCKED: MemMapFlags = MemMapFlags(cty::MAP_LOCKED);
mmap(2) and MAP_LOCKED therein