Allocate huge pages for this mapping.
const MMAP_HUGE_PAGES: MemMapFlags = MemMapFlags(cty::MAP_HUGETLB);
mmap(2) and MAP_HUGETLB therein