mirror of https://github.com/golang/go.git
The internal/msan package contains helper functions for manually
instrumenting code for the memory sanitizer. It exports the private
msan routines in runtime unconditionally, making the functions a
no-op if the build flag "msan" is not present.
For #64611
Change-Id: If43f29e112ac79a47083c9dbdf2c61a0641e80b1
GitHub-Last-Rev:
|
||
|---|---|---|
| .. | ||
| doc.go | ||
| msan.go | ||
| nomsan.go | ||