[libcxx-commits] [PATCH] D138196: [libc++] Use aligned_alloc instead of posix_memalign for C++17

Alexander Richardson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 1 13:32:35 PST 2022


arichardson updated this revision to Diff 479410.
arichardson added a comment.

Handle ::operator new(65, std::align_val_t(32))


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138196/new/

https://reviews.llvm.org/D138196

Files:
  libcxx/include/__config
  libcxx/include/new
  libcxx/test/libcxx/language.support/support.dynamic/new_faligned_allocation.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138196.479410.patch
Type: text/x-patch
Size: 6247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221201/2b166112/attachment.bin>


More information about the libcxx-commits mailing list