summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_list.h
AgeCommit message (Expand)Author
2017-01-19Whenever reasonable, merge ASAN quarantine batches to save memory.Alex Shlyapnikov
2016-01-15Unbreak Windows build.Peter Collingbourne
2016-01-15sanitizer_common: C++ify the IntrusiveList iterator interface.Peter Collingbourne
2015-09-29[sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany
2015-01-08[Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.Alexey Samsonov
2014-03-20[libsanitizer] Implement IntrusiveList<T>::Iterator, use IntrusiveList in san...Alexander Potapenko
2013-01-11asan/tsan: fix bug in list implementationDmitry Vyukov
2012-07-06[tsan] start using AllocatorCache in CombinedAllocatorKostya Serebryany
2012-07-06[tsan] add intrusive list to be used in tsan allocator, etcKostya Serebryany