hanchenye-llvm-project/compiler-rt/lib/msan
Kostya Serebryany 07bb3925b0 [sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off_t and off64_t). This is done to avoid confusion and to make the code work with compilers that define size_t w/o any includes (MSVC)
llvm-svn: 170103
2012-12-13 06:31:40 +00:00
..
CMakeLists.txt
msan.cc
msan.h
msan_allocator.cc [sanitizer] add OnMap/OnUmap callbacks to the allocator interface 2012-12-12 14:32:18 +00:00
msan_flags.h
msan_interceptors.cc [sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off_t and off64_t). This is done to avoid confusion and to make the code work with compilers that define size_t w/o any includes (MSVC) 2012-12-13 06:31:40 +00:00
msan_linux.cc
msan_new_delete.cc
msan_platform_limits_posix.cc [msan] Remove an extra semicolon. 2012-12-12 10:50:48 +00:00
msan_platform_limits_posix.h