[PATCH] D133713: [Support] Introduce ThreadSafeAllocator
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 10:40:25 PDT 2022
steven_wu created this revision.
steven_wu added reviewers: rnk, dblaikie, dexonsmith, benlangmuir.
Herald added subscribers: ributzka, mgorny.
Herald added a project: All.
steven_wu requested review of this revision.
Herald added a project: LLVM.
Add support for ThreadSafeAllocator, which is needed for a CAS
implementation, which requires thread safe allocation for data storage.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D133713
Files:
llvm/include/llvm/Support/ThreadSafeAllocator.h
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/ThreadSafeAllocatorTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133713.459511.patch
Type: text/x-patch
Size: 4166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220912/01cb6b48/attachment.bin>
More information about the llvm-commits
mailing list