[libcxx-commits] [libcxx] [libc++] Refactor memory allocation in basic_string (PR #128423)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 6 03:14:08 PDT 2025
philnik777 wrote:
@PiJoules I'm not sure I follow. If `__s` is a long string, the memory of the object itself shouldn't ever be annotated - only the heap allocation. If that's the problem this constructor isn't at fault.
https://github.com/llvm/llvm-project/pull/128423
More information about the libcxx-commits
mailing list