Skip to content
Snippets Groups Projects
Commit 6467775c authored by Steffen Müthing's avatar Steffen Müthing
Browse files

Merge branch 'feature/fix-posix_memalign-usage' into 'master'

The point of the matter is that posix_memalign() is not allowed in this
context according to the relevant standards, so we use mmap() instad.

`mprotect` can only be used for `mmap`'ed memory

Makes testdebugallocator pass on OS X, too.

See merge request !43
parents bdd46c53 1b04f128
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment