summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/scudo/standalone/tsd_shared.h
Commit message (Expand)AuthorAgeFilesLines
* [scudo][standalone] Fork supportKostya Kortchinsky2020-01-141-3/+4
* [scudo][standalone] Implement TSD registry disablingKostya Kortchinsky2019-12-201-0/+10
* scudo: Add a basic malloc/free benchmark.Peter Collingbourne2019-12-091-0/+1
* scudo: Call setCurrentTSD(nullptr) when bringing down the TSD registry in tests.Peter Collingbourne2019-11-271-0/+1
* scudo: Only use the Android reserved TLS slot when building libc's copy of th...Peter Collingbourne2019-11-201-4/+4
* [scudo][standalone] Optimization passKostya Kortchinsky2019-07-241-3/+2
* [scudo][standalone] Merge Spin & Blocking mutex into a Hybrid oneKostya Kortchinsky2019-07-111-2/+2
* [scudo] Correct a behavior on the shared TSD registryKostya Kortchinsky2019-06-251-3/+1
* [scudo][standalone] Unmap memory in testsKostya Kortchinsky2019-06-111-0/+5
* [scudo][standalone] Introduce the thread specific data structuresKostya Kortchinsky2019-06-101-0/+166
OpenPOWER on IntegriCloud