summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_list_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Whenever reasonable, merge ASAN quarantine batches to save memory.Alex Shlyapnikov2017-01-191-0/+16
* Remove thread-locals from sanitizer_common tests.Evgeniy Stepanov2013-01-141-2/+1
* asan/tsan: fix bug in list implementationDmitry Vyukov2013-01-111-0/+17
* [tsan] start using AllocatorCache in CombinedAllocatorKostya Serebryany2012-07-061-2/+9
* [tsan] use intrusive list in the new tsan allocatorKostya Serebryany2012-07-061-2/+2
* [tsan] add intrusive list to be used in tsan allocator, etcKostya Serebryany2012-07-061-0/+150