x86 app might mmap 8kb, then munmap the second 4kb and expect that to work. But not possible on 16k pages.
ah ok, so it would not be pointer alignment inside the pages but instead the assumption that page +4k is a page.
ah ok, so it would not be pointer alignment inside the pages but instead the assumption that page +4k is a page.