llvm-project/compiler-rt/lib/msan
Kostya Serebryany 4a42cf69a6 [sanitizer] add statistics to the allocator; fix lint
llvm-svn: 171161
2012-12-27 14:09:19 +00:00
..
tests Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produce working binaries and use it in build rules for sanitizers tests 2012-12-27 13:19:23 +00:00
CMakeLists.txt [msan] Refactor report printing. 2012-12-26 09:32:05 +00:00
msan.cc [sanitizer] add statistics to the allocator; fix lint 2012-12-27 14:09:19 +00:00
msan.h [msan] Refactor report printing. 2012-12-26 09:32:05 +00:00
msan_allocator.cc [sanitizer] add OnMap/OnUmap callbacks to the allocator interface 2012-12-12 14:32:18 +00:00
msan_flags.h [msan] Fix header comments. 2012-12-25 11:53:51 +00:00
msan_interceptors.cc [msan] Improve recvfrom interceptor. 2012-12-25 16:51:57 +00:00
msan_linux.cc [msan] Check for conflicting memory mappings. 2012-12-26 06:37:23 +00:00
msan_new_delete.cc [msan] MemorySanitizer runtime. 2012-12-11 12:27:27 +00:00
msan_platform_limits_posix.cc [msan] Improve recvfrom interceptor. 2012-12-25 16:51:57 +00:00
msan_platform_limits_posix.h [msan] Improve recvfrom interceptor. 2012-12-25 16:51:57 +00:00
msan_report.cc [sanitizer] add statistics to the allocator; fix lint 2012-12-27 14:09:19 +00:00