package msan
import "internal/msan"
Package msan contains helper functions for manually instrumenting code for the memory sanitizer. This package exports the private msan routines in runtime unconditionally but without the "msan" build tag they are no-ops.
Index ¶
- Constants
- func Free(addr unsafe.Pointer, sz uintptr)
- func Malloc(addr unsafe.Pointer, sz uintptr)
- func Move(dst, src unsafe.Pointer, sz uintptr)
- func Read(addr unsafe.Pointer, sz uintptr)
- func Write(addr unsafe.Pointer, sz uintptr)
Constants ¶
const Enabled = false
Functions ¶
func Free ¶
func Malloc ¶
func Move ¶
func Read ¶
func Write ¶
Source Files ¶
- Version
- v1.23.0-rc.2
- Published
- Jul 16, 2024
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 27 seconds ago –
Tools for package owners.