summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_quarantine.h
AgeCommit message (Expand)Author
2016-04-14asan: fix buildDmitry Vyukov
2016-04-14asan: fix out-of-bounds access in quarantineDmitry Vyukov
2015-09-29[sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany
2015-01-06[asan] add a flag soft_rss_limit_mbKostya Serebryany
2014-12-19[Sanitizer] Make Quarantine::Init slightly safer.Alexey Samsonov
2013-10-21[asan] count the size of QuarantineBatch in the total Quarantine size; make Q...Kostya Serebryany
2013-05-29Fix MSVC warnings at the -W2 levelTimur Iskhodzhanov
2013-02-08[ASan] Switch Windows to allocator v2, also fixing some build errorsTimur Iskhodzhanov
2013-01-30[Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov
2013-01-11asan: add memory prefetch to quarantine recycleDmitry Vyukov
2013-01-11asan: prevent inlining of cold functionDmitry Vyukov
2013-01-11asan: faster quarantineDmitry Vyukov
2013-01-11asan: Refactor asan memory quarantine.Dmitry Vyukov