summaryrefslogtreecommitdiff
path: root/lib/asan/asan_allocator.h
Commit message (Expand)AuthorAge
* [ASan] Don't die with internal ASan error on large buffer overflowsAlexey Samsonov2013-10-14
* [ASan] Don't add SANITIZER_INTERFACE_ATTRIBUTE for internal ASan functionsAlexey Samsonov2013-09-17
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-13
* [asan] move fake stack into a separate .h file; actually disable a failing testKostya Serebryany2013-04-11
* [asan] nuke the old unused allocator codeKostya Serebryany2013-04-04
* [asan] Switch to allocator2 on Android.Evgeniy Stepanov2013-03-18
* [asan] Revert r176255, r176264.Evgeniy Stepanov2013-03-01
* [asan] Enable allocator2 on Android.Evgeniy Stepanov2013-02-28
* [asan] Fix off-by-one in AddrIsAtRight.Evgeniy Stepanov2013-02-08
* [ASan] Switch Windows to allocator v2, also fixing some build errorsTimur Iskhodzhanov2013-02-08
* [ASan] Move functions using BitScan/clzl to sanitizer_commonTimur Iskhodzhanov2013-02-08
* [ASan] Implement asan_mz_size(), asan_mz_force_lock() and asan_mz_force_unloc...Alexander Potapenko2013-02-07
* [asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov2013-02-05
* [asan] fix a crash in asan stats printing (initialize the allocator in __asan...Kostya Serebryany2013-01-28
* [asan] enable asan_allocator2 by default on Linux. Will enable it on other pl...Kostya Serebryany2013-01-15
* asan: fix the constant for new allocator cacheDmitry Vyukov2013-01-15
* asan: enable allocator version 1 by defaultDmitry Vyukov2013-01-14
* asan/tsan: fix memory allocator statisticsDmitry Vyukov2013-01-14
* asan: set ASAN_ALLOCATOR_VERSION=1 backDmitry Vyukov2013-01-11
* asan: Refactor asan memory quarantine.Dmitry Vyukov2013-01-11
* [sanitizer] add statistics to the allocator; fix lintKostya Serebryany2012-12-27
* [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany2012-12-21
* [asan] asan_allocator2: don't use TLS and fix callocKostya Serebryany2012-12-17
* [asan] implement AsanChunkFifoList via IntrusiveList<AsanChunk>Kostya Serebryany2012-12-17
* [ASan] Fixed a compiler warning.Alexander Potapenko2012-12-12
* ASan: fix lint problems introducedTimur Iskhodzhanov2012-12-11
* Hopefully fix the Windows build (2)Timur Iskhodzhanov2012-12-11
* Hopefully fix the Windows build by not including intrin.hTimur Iskhodzhanov2012-12-11
* [asan] more sceleton code for asan_allocator2Kostya Serebryany2012-12-11
* [asan] fix the Windows buildKostya Serebryany2012-12-11
* [asan] move FakeStack into a separate fileKostya Serebryany2012-12-10
* [asan] introduce asan_allocator2.cc, which will have the replacement for asan...Kostya Serebryany2012-12-10
* [ASan] Move printing descriptions of heap addresses in error report from allo...Alexey Samsonov2012-09-18
* Whitespace/lintAlexey Samsonov2012-08-30
* [asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany2012-08-28
* [ASan] move some functions that describe addresses to asan_report.ccAlexey Samsonov2012-08-09
* [asan] more renamingKostya Serebryany2012-05-31
* [asan] more renamingKostya Serebryany2012-05-31
* Check that the FakeStack size is non-zero before looking into it.Alexander Potapenko2012-02-21
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-08
* AddressSanitizer: add support for malloc_usable_size() functionAlexey Samsonov2012-01-17
* [asan] make use-after-return mode more robust: allow to call instrumented fun...Kostya Serebryany2011-12-09
* fix asan-rt build on Mac. Patch by glider@google.comKostya Serebryany2011-11-30
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-30