summaryrefslogtreecommitdiff
path: root/lib/asan/asan_allocator.h
AgeCommit message (Expand)Author
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
2012-08-30Whitespace/lintAlexey Samsonov
2012-08-28[asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany
2012-08-09[ASan] move some functions that describe addresses to asan_report.ccAlexey Samsonov
2012-05-31[asan] more renamingKostya Serebryany
2012-05-31[asan] more renamingKostya Serebryany
2012-02-21Check that the FakeStack size is non-zero before looking into it.Alexander Potapenko
2012-02-08AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov
2012-01-17AddressSanitizer: add support for malloc_usable_size() functionAlexey Samsonov
2011-12-09[asan] make use-after-return mode more robust: allow to call instrumented fun...Kostya Serebryany
2011-11-30fix asan-rt build on Mac. Patch by glider@google.comKostya Serebryany
2011-11-30AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany