[libcxx-commits] [PATCH] D91379: [libc++] Factor out common logic for calling aligned allocation

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 24 09:07:46 PST 2020


ldionne updated this revision to Diff 307381.
ldionne added a comment.

Guard with !defined(_LIBCPP_HAS_NO_LIBRARY_ALIGNED_ALLOCATION)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91379

Files:
  libcxx/include/new
  libcxx/src/new.cpp
  libcxxabi/src/fallback_malloc.cpp
  libcxxabi/src/stdlib_new_delete.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91379.307381.patch
Type: text/x-patch
Size: 6347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201124/48123051/attachment.bin>


More information about the libcxx-commits mailing list