llvm-project/compiler-rt/lib/hwasan
Kostya Serebryany ab62b59a76 [hwasan] rename some variables and functions for better readability, NFC
llvm-svn: 340979
2018-08-29 22:21:22 +00:00
..
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt [hwasan] Add a (almost) no-interceptor mode. 2018-08-20 21:49:15 +00:00
hwasan.cc [hwasan] rename some variables and functions for better readability, NFC 2018-08-29 22:21:22 +00:00
hwasan.h [hwasan] rename some variables and functions for better readability, NFC 2018-08-29 22:21:22 +00:00
hwasan.syms.extra
hwasan_allocator.cc [hwasan] rename some variables and functions for better readability, NFC 2018-08-29 22:21:22 +00:00
hwasan_allocator.h Add a thread-local ring buffer of heap allocations 2018-08-29 21:07:07 +00:00
hwasan_blacklist.txt
hwasan_dynamic_shadow.cc [sanitizer] Revert D50940 2018-08-29 19:41:28 +00:00
hwasan_dynamic_shadow.h [HWASan] Add files missing in r330624 2018-04-23 19:05:12 +00:00
hwasan_flags.h
hwasan_flags.inc [hwasan] simplify the realloc implementation: always allocate/deallocate on realloc. This may slowdown some realloc-heavy code, but at least at this point a want simpler code. Also added a test 2018-08-29 21:28:14 +00:00
hwasan_interceptors.cc [hwasan] Add a (almost) no-interceptor mode. 2018-08-20 21:49:15 +00:00
hwasan_interface_internal.h [hwasan] Add a (almost) no-interceptor mode. 2018-08-20 21:49:15 +00:00
hwasan_linux.cc [hwasan] Add a (almost) no-interceptor mode. 2018-08-20 21:49:15 +00:00
hwasan_mapping.h [HWASan] Use dynamic shadow memory on Android only. 2018-04-24 00:17:02 +00:00
hwasan_new_delete.cc [HWASan] Report proper error on allocator failures instead of CHECK(0)-ing 2018-06-07 23:33:33 +00:00
hwasan_poisoning.cc [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). 2018-04-23 18:19:23 +00:00
hwasan_poisoning.h
hwasan_report.cc [hwasan] rename some variables and functions for better readability, NFC 2018-08-29 22:21:22 +00:00
hwasan_report.h [hwasan] implement detection of double-free (invalid-free) 2018-08-24 01:12:26 +00:00
hwasan_thread.cc Add a thread-local ring buffer of heap allocations 2018-08-29 21:07:07 +00:00
hwasan_thread.h Add a thread-local ring buffer of heap allocations 2018-08-29 21:07:07 +00:00