[PATCH] D28931: Disable aligned new/delete on Apple platforms without posix_memalign
Richard Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 19 18:23:10 PST 2017
rsmith added a comment.
Does OS X have the C11 `aligned_alloc` function? Perhaps we could use that instead, when available.
https://reviews.llvm.org/D28931
More information about the cfe-commits
mailing list