[libcxx-commits] [PATCH] D139231: [libc++] Move the definition of aligned allocation helpers outside of <new>

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 25 13:03:16 PST 2023


ldionne updated this revision to Diff 492238.
ldionne marked 2 inline comments as done.
ldionne added a comment.

Rebase and address some comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139231

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__memory/aligned_alloc.h
  libcxx/include/module.modulemap.in
  libcxx/include/new
  libcxx/src/new.cpp
  libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxxabi/src/fallback_malloc.cpp
  libcxxabi/src/stdlib_new_delete.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139231.492238.patch
Type: text/x-patch
Size: 9251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230125/71f4ecdb/attachment.bin>


More information about the libcxx-commits mailing list