Provide memory not backed by a file.
const MMAP_ANON: MemMapFlags = MemMapFlags(cty::MAP_ANONYMOUS);
mmap(2) and MAP_ANONYMOUS therein