[libcxx-commits] [PATCH] D123511: [libc++abi] Fix fallback allocator alignment issue

Mikhail Maltsev via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 13 06:11:19 PDT 2022


miyuki added a comment.

In D123511#3442895 <https://reviews.llvm.org/D123511#3442895>, @ldionne wrote:

> Just to confirm my understanding, basically this only triggers when `malloc(...)` returns `nullptr`, i.e. when memory is exhausted, right?

Yes, that's correct.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123511



More information about the libcxx-commits mailing list