[libcxx-commits] [PATCH] D152208: [libc++] Introduce __make_uninitialized_buffer and use it instead of get_temporary_buffer

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 28 16:54:01 PDT 2023


EricWF added a comment.

@philnik I rerouted the allocations for temporary buffer to go through the `__libcpp_allocate` infrastructure. It should address the issue. Please take a look at D154017 <https://reviews.llvm.org/D154017>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152208



More information about the libcxx-commits mailing list