Files
clang-p2996/llvm/unittests/Support/ThreadSafeAllocatorTest.cpp
Steven Wu d07c3cf667 [Support] Introduce ThreadSafeAllocator
Add support for ThreadSafeAllocator, which is needed for a CAS
implementation, which requires thread safe allocation for data storage.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D133713
2023-10-06 13:54:53 -07:00

3.6 KiB