summaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/atexit_test.cpp
AgeCommit message (Expand)Author
2024-11-07[libc] Add the `src/stdlib/_Exit.h` header to `at_quick_exit_test.cpp` and `...Job Henandez Lara
2024-11-07[libc] Remove _Exit proxy func header and use LIBC_NAMESPACE::_Exit in tests ...Job Henandez Lara
2024-11-03[libc] Add proxy headers to handle memory allocation associated with the head...Job Henandez Lara
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-09-02[libc][NFC] clang-formatAlex Brachet
2022-08-01[libc][NFC] Use STL case for utilityGuillaume Chatelet
2022-08-01Reland [libc][NFC] Use STL case for arrayGuillaume Chatelet
2022-08-01Revert "[libc][NFC] Use STL case for array"Guillaume Chatelet
2022-08-01[libc][NFC] Use STL case for arrayGuillaume Chatelet
2022-03-15[libc] Fix exit not calling new handlers registered from a call to atexit in ...Alex Brachet
2022-02-17[libc] Add exit and atexitAlex Brachet