summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_quarantine.h
AgeCommit message (Expand)Author
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2017-01-19Whenever reasonable, merge ASAN quarantine batches to save memory.Alex Shlyapnikov
2017-01-12ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov
2017-01-10Revert r291509, 291510 and 291511Diana Picus
2017-01-09Bypass quarantine when quarantine size is set ot zero.Alex Shlyapnikov
2017-01-09ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov
2017-01-05Improved ASAN allocator and quarantine stats.Evgeniy Stepanov
2016-12-22Expose thread local quarantine size as ASAN option.Evgeniy Stepanov
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