summaryrefslogtreecommitdiff
path: root/lib/asan/asan_allocator.h
AgeCommit message (Expand)Author
2016-03-24[asan] Intercept all Heap* related imports from ucrtbase.dllReid Kleckner
2015-08-20[asan] Enable ASan for AArch64/42-bit VMAAdhemerval Zanella
2015-06-26[ASan] Clean up obsolete stats.Alexey Samsonov
2015-01-06[asan] add a flag soft_rss_limit_mbKostya Serebryany
2014-12-19[ASan] Change activation strategy.Alexey Samsonov
2014-12-19[ASan] Introduce AllocatorOptions to configure allocator behavior.Alexey Samsonov
2014-12-17[ASan] Re-structure the allocator code. NFC.Alexey Samsonov
2014-12-17Rename asan_allocator2.cc to asan_allocator.ccAlexey Samsonov
2014-12-12[Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov
2014-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-07-30[asan] add a feature to detect new-delete-size-mismatch (when used with -Xcla...Kostya Serebryany
2014-04-15[asan] fix the alloctor code to not use opaque data structure, which was larg...Kostya Serebryany
2014-02-27[asan] *experimental* implementation of invalid-pointer-pair detector (finds ...Kostya Serebryany
2014-02-03[asan] Reinitialize allocator quarantine on activation.Evgeniy Stepanov
2014-01-22asan: fix atomic operations on ARMDmitry Vyukov
2013-11-27[ASan] Clarify that AsanThread objects are allocated only via mmap(). No func...Alexey Samsonov
2013-11-13[ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov
2013-10-14[ASan] Don't die with internal ASan error on large buffer overflowsAlexey Samsonov
2013-09-17[ASan] Don't add SANITIZER_INTERFACE_ATTRIBUTE for internal ASan functionsAlexey Samsonov
2013-08-13Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov
2013-04-11[asan] move fake stack into a separate .h file; actually disable a failing testKostya Serebryany
2013-04-04[asan] nuke the old unused allocator codeKostya Serebryany
2013-03-18[asan] Switch to allocator2 on Android.Evgeniy Stepanov
2013-03-01[asan] Revert r176255, r176264.Evgeniy Stepanov
2013-02-28[asan] Enable allocator2 on Android.Evgeniy Stepanov
2013-02-08[asan] Fix off-by-one in AddrIsAtRight.Evgeniy Stepanov
2013-02-08[ASan] Switch Windows to allocator v2, also fixing some build errorsTimur Iskhodzhanov
2013-02-08[ASan] Move functions using BitScan/clzl to sanitizer_commonTimur Iskhodzhanov
2013-02-07[ASan] Implement asan_mz_size(), asan_mz_force_lock() and asan_mz_force_unloc...Alexander Potapenko
2013-02-05[asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov
2013-01-28[asan] fix a crash in asan stats printing (initialize the allocator in __asan...Kostya Serebryany
2013-01-15[asan] enable asan_allocator2 by default on Linux. Will enable it on other pl...Kostya Serebryany
2013-01-15asan: fix the constant for new allocator cacheDmitry Vyukov
2013-01-14asan: enable allocator version 1 by defaultDmitry Vyukov
2013-01-14asan/tsan: fix memory allocator statisticsDmitry Vyukov
2013-01-11asan: set ASAN_ALLOCATOR_VERSION=1 backDmitry Vyukov
2013-01-11asan: Refactor asan memory quarantine.Dmitry Vyukov
2012-12-27[sanitizer] add statistics to the allocator; fix lintKostya Serebryany
2012-12-21[asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany
2012-12-17[asan] asan_allocator2: don't use TLS and fix callocKostya Serebryany
2012-12-17[asan] implement AsanChunkFifoList via IntrusiveList<AsanChunk>Kostya Serebryany
2012-12-12[ASan] Fixed a compiler warning.Alexander Potapenko
2012-12-11ASan: fix lint problems introducedTimur Iskhodzhanov
2012-12-11Hopefully fix the Windows build (2)Timur Iskhodzhanov
2012-12-11Hopefully fix the Windows build by not including intrin.hTimur Iskhodzhanov
2012-12-11[asan] more sceleton code for asan_allocator2Kostya Serebryany
2012-12-11[asan] fix the Windows buildKostya Serebryany
2012-12-10[asan] move FakeStack into a separate fileKostya Serebryany
2012-12-10[asan] introduce asan_allocator2.cc, which will have the replacement for asan...Kostya Serebryany
2012-09-18[ASan] Move printing descriptions of heap addresses in error report from allo...Alexey Samsonov