summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_quarantine.h
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany2015-09-291-3/+3
* [asan] add a flag soft_rss_limit_mbKostya Serebryany2015-01-061-0/+2
* [Sanitizer] Make Quarantine::Init slightly safer.Alexey Samsonov2014-12-191-6/+10
* [asan] count the size of QuarantineBatch in the total Quarantine size; make Q...Kostya Serebryany2013-10-211-5/+10
* Fix MSVC warnings at the -W2 levelTimur Iskhodzhanov2013-05-291-1/+3
* [ASan] Switch Windows to allocator v2, also fixing some build errorsTimur Iskhodzhanov2013-02-081-1/+1
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-301-1/+1
* asan: add memory prefetch to quarantine recycleDmitry Vyukov2013-01-111-2/+11
* asan: prevent inlining of cold functionDmitry Vyukov2013-01-111-16/+19
* asan: faster quarantineDmitry Vyukov2013-01-111-36/+89
* asan: Refactor asan memory quarantine.Dmitry Vyukov2013-01-111-0/+107