summaryrefslogtreecommitdiff
path: root/lib/asan/tests/asan_interface_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename asan_allocator2.cc to asan_allocator.ccAlexey Samsonov2014-12-171-1/+1
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-071-30/+34
* [ASan tests] More progress towards Windows supportTimur Iskhodzhanov2014-05-081-1/+4
* [ASan] Split ASan unit tests into two different binaries:Alexey Samsonov2013-09-161-0/+426
* [asan] move tests from asan_interface_test.cc to asan_noinst_test.cc. Now all...Kostya Serebryany2012-06-251-379/+0
* [ASan] fix GetFreeBytesTest interface test on 32-bit Linux - delete some assu...Alexey Samsonov2012-06-061-6/+0
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-041-1/+1
* [asan] fix one test on 32-bit Mac 10.7; enable another test on MacKostya Serebryany2012-05-221-3/+0
* [asan] disable GetOwnershipStressTest on non-linuxKostya Serebryany2012-03-161-0/+3
* [asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownershipKostya Serebryany2012-03-101-8/+19
* [asan] add a (disabled) stress test for __asan_get_ownershipKostya Serebryany2012-03-091-0/+12
* Introduce __asan_set_error_report_callback() to allow the client program post...Alexander Potapenko2012-02-271-0/+18
* [asan] implement __asan_set_death_callbackKostya Serebryany2012-02-131-0/+10
* AddressSanitizer: return false instead of true for __asan_get_ownership(NULL)Alexey Samsonov2012-01-181-2/+2
* Revert commit 148304Alexey Samsonov2012-01-171-2/+4
* AddressSanitizer: from this patch, ASan allocator returns false for __asan_ge...Alexey Samsonov2012-01-171-4/+2
* AddressSanitizer: add support for malloc_usable_size() functionAlexey Samsonov2012-01-171-1/+1
* [asan] always collect malloc statstics (removed FLAG_stats)Kostya Serebryany2011-12-051-21/+0
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-301-0/+355