c++调试技巧-Sanitizers
- Sanitizers 目前该功能已合并入LLVM项目.
- LLVM compiler-rt
- AddressSanitizer 用于检测内存使用错误
- ThreadSanitizer 用于检测多线程间的数据竞争和死锁
- MemorySanitizer 用于检测使用未初始化内存的行为
- LeakSanitizer 用于检测内存泄露
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help