summaryrefslogtreecommitdiff
path: root/lib/asan/asan_poisoning.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee2018-05-181-0/+3
* [asan] poison_heap=0 should not disable __asan_handle_no_return.Evgeniy Stepanov2018-03-121-1/+1
* [asan] Complete the Fuchsia portVitaly Buka2017-08-091-2/+5
* Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov2016-11-301-2/+2
* [asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany2016-08-261-1/+1
* Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov2015-05-291-1/+1
* [asan] use MADV_NOHUGEPAGE for shadow to reduce the actual memory usageKostya Serebryany2015-01-211-2/+1
* [ASan] Introduce SetCanPoisonMemory() function.Alexey Samsonov2014-12-171-2/+6
* [ASan] Remove the call to GetPageSizeCached from fast path of FastPoisonShadowAlexey Samsonov2014-09-041-3/+3
* Work around PR19125: -Wconstant-logical-operand false positiveTimur Iskhodzhanov2014-03-131-1/+1
* Disable fast shadow zero'ing on WindowsTimur Iskhodzhanov2014-03-131-0/+5
* FastPoisonShadow: check for MmapFixedNoReserve failuresTimur Iskhodzhanov2014-03-131-1/+2
* [sanitizer] Use mmap to zero-fill large shadow regions.Evgeniy Stepanov2014-02-141-1/+21
* [asan] when a fake stack is being unmapped also flush the corresponding shadowKostya Serebryany2013-12-111-0/+4
* [asan] introduce run-time flag 'poison_partial' Kostya Serebryany2013-10-161-1/+2
* [sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, re...Kostya Serebryany2013-05-301-1/+2
* Fix MSVC W3 compiler warningsTimur Iskhodzhanov2013-05-291-1/+1
* Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...Timur Iskhodzhanov2013-03-281-2/+2
* [ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov2013-03-281-0/+58