summaryrefslogtreecommitdiff
path: root/lib/asan/asan_poisoning.h
AgeCommit message (Expand)Author
2017-08-09[asan] Complete the Fuchsia portVitaly Buka
2016-11-30Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-01-21[asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany
2014-12-17[ASan] Introduce SetCanPoisonMemory() function.Alexey Samsonov
2014-09-04[ASan] Remove the call to GetPageSizeCached from fast path of FastPoisonShadowAlexey Samsonov
2014-03-13Work around PR19125: -Wconstant-logical-operand false positiveTimur Iskhodzhanov
2014-03-13Disable fast shadow zero'ing on WindowsTimur Iskhodzhanov
2014-03-13FastPoisonShadow: check for MmapFixedNoReserve failuresTimur Iskhodzhanov
2014-02-14[sanitizer] Use mmap to zero-fill large shadow regions.Evgeniy Stepanov
2013-12-11[asan] when a fake stack is being unmapped also flush the corresponding shadowKostya Serebryany
2013-10-16[asan] introduce run-time flag 'poison_partial' Kostya Serebryany
2013-05-30[sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, re...Kostya Serebryany
2013-05-29Fix MSVC W3 compiler warningsTimur Iskhodzhanov
2013-03-28Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...Timur Iskhodzhanov
2013-03-28[ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov