-
Notifications
You must be signed in to change notification settings - Fork 0
Memory Sanitizer
A Bhat edited this page Feb 22, 2020
·
4 revisions
- MemorySanitizer (MSan) is a detector of uninitialized memory reads in C/C++ programs.
- Similar to Valgrind MemCheck tool