index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
asan
/
tests
/
asan_interface_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename asan_allocator2.cc to asan_allocator.cc
Alexey Samsonov
2014-12-17
1
-1
/
+1
*
Generalize sanitizer allocator public interface.
Alexey Samsonov
2014-07-07
1
-30
/
+34
*
[ASan tests] More progress towards Windows support
Timur Iskhodzhanov
2014-05-08
1
-1
/
+4
*
[ASan] Split ASan unit tests into two different binaries:
Alexey Samsonov
2013-09-16
1
-0
/
+426
*
[asan] move tests from asan_interface_test.cc to asan_noinst_test.cc. Now all...
Kostya Serebryany
2012-06-25
1
-379
/
+0
*
[ASan] fix GetFreeBytesTest interface test on 32-bit Linux - delete some assu...
Alexey Samsonov
2012-06-06
1
-6
/
+0
*
Remove file-type tags for .cc files in ASan run-time library
Alexey Samsonov
2012-06-04
1
-1
/
+1
*
[asan] fix one test on 32-bit Mac 10.7; enable another test on Mac
Kostya Serebryany
2012-05-22
1
-3
/
+0
*
[asan] disable GetOwnershipStressTest on non-linux
Kostya Serebryany
2012-03-16
1
-0
/
+3
*
[asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownership
Kostya Serebryany
2012-03-10
1
-8
/
+19
*
[asan] add a (disabled) stress test for __asan_get_ownership
Kostya Serebryany
2012-03-09
1
-0
/
+12
*
Introduce __asan_set_error_report_callback() to allow the client program post...
Alexander Potapenko
2012-02-27
1
-0
/
+18
*
[asan] implement __asan_set_death_callback
Kostya Serebryany
2012-02-13
1
-0
/
+10
*
AddressSanitizer: return false instead of true for __asan_get_ownership(NULL)
Alexey Samsonov
2012-01-18
1
-2
/
+2
*
Revert commit 148304
Alexey Samsonov
2012-01-17
1
-2
/
+4
*
AddressSanitizer: from this patch, ASan allocator returns false for __asan_ge...
Alexey Samsonov
2012-01-17
1
-4
/
+2
*
AddressSanitizer: add support for malloc_usable_size() function
Alexey Samsonov
2012-01-17
1
-1
/
+1
*
[asan] always collect malloc statstics (removed FLAG_stats)
Kostya Serebryany
2011-12-05
1
-21
/
+0
*
AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...
Kostya Serebryany
2011-11-30
1
-0
/
+355