Don't perform readahead.
const MMAP_DONT_BLOCK: MemMapFlags = MemMapFlags(cty::MAP_NONBLOCK);
mmap(2) and MAP_NONBLOCK therein