Memory sanitizer (msan) is a fast memory checker for Clang and GCC. Various computations will be instrumented to detect memory issues at runtime.
Memory sanitizer (msan) is a fast memory checker for C and C++ programs and enabled at compile time (but the checks are performed at runtime). It is available since Clang 3.3.
See also: