summaryrefslogtreecommitdiff
path: root/libc/src/__support/CPP/new.h
AgeCommit message (Expand)Author
2025-09-17[libc] Some MSVC compatibility fixes in src/__support. (#159428)lntue
2025-06-27[libc] Add and use 'cpp::launder' to guard placement new (#146123)Joseph Huber
2024-11-03[libc] Add proxy headers to handle memory allocation associated with the head...Job Henandez Lara
2024-09-11[libc] Add osutils for Windows and make libc and its tests build on Windows t...Sirui Mu
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-06-04[libc][new] Add placement new functions (#94290)PiJoules
2023-09-26[libc][NFC] Fix delete operator linkage names after switch to LIBC_NAMESPACE....Siva Chandra
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2023-08-07[libc] Clean up required LIBC_INLINE uses in src/stringRoland McGrath
2023-01-24[libc][NFC] Replace "inline" keyword with "LIBC_INLINE".Siva Chandra Reddy
2022-12-15[libc] Handle allocation failures in the dirent API gracefully.Siva Chandra Reddy
2022-12-11[libc] Add custom operator new to handle allocation failures gracefully.Siva Chandra Reddy