Metadata
| Year | - |
|---|---|
| Target | LLVM IR |
| Technique | Dynamic |
| Guarantees | sound with restrictions |
| Available | yes |
| Website | https://clang.llvm.org/docs/MemorySanitizer.html |
| Tutorial | yes |
Description
LLVM’s MemorySanitizer can be used very much like Valgrind’s memcheck in ctgrind to detect timing leaks.