[libcxx-commits] [PATCH] D112168: [libc++]Use __libcpp_malloc/__libcpp_calloc in places of malloc/calloc

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 21 14:20:42 PDT 2021


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.

I don't understand the problem statement. Doesn't `malloc` and `calloc` always align stuff at 16 bytes? https://godbolt.org/z/oor5KaedP


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112168



More information about the libcxx-commits mailing list