summaryrefslogtreecommitdiff
path: root/lib/asan/asan_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* [ASan] move some functions that describe addresses to asan_report.ccAlexey Samsonov2012-08-091-1/+0
* [asan] more renamingKostya Serebryany2012-05-311-2/+2
* [asan] more renamingKostya Serebryany2012-05-311-31/+31
* Check that the FakeStack size is non-zero before looking into it.Alexander Potapenko2012-02-211-0/+1
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-081-2/+2
* AddressSanitizer: add support for malloc_usable_size() functionAlexey Samsonov2012-01-171-3/+4
* [asan] make use-after-return mode more robust: allow to call instrumented fun...Kostya Serebryany2011-12-091-0/+1
* fix asan-rt build on Mac. Patch by glider@google.comKostya Serebryany2011-11-301-1/+1
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-301-0/+156