[libc-commits] [PATCH] D139584: [libc] Add custom operator new to handle allocation failures gracefully.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat Dec 10 16:29:35 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf3400305771d: [libc] Add custom operator new to handle allocation failures gracefully. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139584

Files:
  libc/src/__support/CPP/new.h
  libc/src/string/CMakeLists.txt
  libc/src/string/allocating_string_utils.h
  libc/src/string/strdup.cpp
  libc/src/unistd/linux/getcwd.cpp
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strdup_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139584.481886.patch
Type: text/x-patch
Size: 6905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221211/4a76fbbd/attachment.bin>


More information about the libc-commits mailing list