[PATCH] D62258: [scudo][standalone] Introduce the thread specific data structures

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 09:48:42 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL362962: [scudo][standalone] Introduce the thread specific data structures (authored by cryptoad, committed by ).

Repository:
  rL LLVM

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

https://reviews.llvm.org/D62258

Files:
  compiler-rt/trunk/lib/scudo/standalone/CMakeLists.txt
  compiler-rt/trunk/lib/scudo/standalone/internal_defs.h
  compiler-rt/trunk/lib/scudo/standalone/mutex.h
  compiler-rt/trunk/lib/scudo/standalone/quarantine.h
  compiler-rt/trunk/lib/scudo/standalone/tests/CMakeLists.txt
  compiler-rt/trunk/lib/scudo/standalone/tests/primary_test.cc
  compiler-rt/trunk/lib/scudo/standalone/tests/tsd_test.cc
  compiler-rt/trunk/lib/scudo/standalone/tsd.h
  compiler-rt/trunk/lib/scudo/standalone/tsd_exclusive.h
  compiler-rt/trunk/lib/scudo/standalone/tsd_shared.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62258.203850.patch
Type: text/x-patch
Size: 21932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190610/c4b03416/attachment.bin>


More information about the llvm-commits mailing list