Use `mmap()` because it works on Linux and OS X
The combination of `posix_memalign` and `mprotect` does not work as expected on OS X, see also !43.
Please register or sign in to comment
The combination of `posix_memalign` and `mprotect` does not work as expected on OS X, see also !43.