sanitizers

来源:互联网 发布:有哪些编程软件 编辑:程序博客网 时间:2024/06/03 12:58

https://github.com/google/sanitizers



This project is the home for Sanitizers: AddressSanitizer, MemorySanitizer, ThreadSanitizer, LeakSanitizer. The actual code resides in the LLVM repository. Here we keep extended documentation, bugs and some helper code.

Wiki documentation for our tools:

  • AddressSanitizer (detects addressability issues) and LeakSanitizer (detects memory leaks)
  • ThreadSanitizer (detects data races and deadlocks) for C++ and Go
  • MemorySanitizer (detects use of uninitialized memory)

We have recently migrated from code.google.com to github, some links may be broken.


原创粉丝点击