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
No related branches found
No related tags found
Showing
- dune/common/debugallocator.cc 1 addition, 1 deletiondune/common/debugallocator.cc
- dune/common/debugallocator.hh 6 additions, 4 deletionsdune/common/debugallocator.hh
- dune/common/test/CMakeLists.txt 3 additions, 3 deletionsdune/common/test/CMakeLists.txt
- dune/common/test/testdebugallocator.cc 7 additions, 0 deletionsdune/common/test/testdebugallocator.cc
Loading