summaryrefslogtreecommitdiff
path: root/lib/asan/asan_allocator.h
AgeCommit message (Expand)Author
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