msan

Imports

Imports #

"unsafe"
"unsafe"

Constants & Variables

Enabled const #

const Enabled = false

Enabled const #

const Enabled = true

Functions

Free function #

func Free(addr unsafe.Pointer, sz uintptr)

Free function #

go:linkname Free runtime.msanfree

func Free(addr unsafe.Pointer, sz uintptr)

Malloc function #

func Malloc(addr unsafe.Pointer, sz uintptr)

Malloc function #

go:linkname Malloc runtime.msanmalloc

func Malloc(addr unsafe.Pointer, sz uintptr)

Move function #

func Move(dst unsafe.Pointer, src unsafe.Pointer, sz uintptr)

Move function #

go:linkname Move runtime.msanmove

func Move(dst unsafe.Pointer, src unsafe.Pointer, sz uintptr)

Read function #

func Read(addr unsafe.Pointer, sz uintptr)

Read function #

go:linkname Read runtime.msanread

func Read(addr unsafe.Pointer, sz uintptr)

Write function #

func Write(addr unsafe.Pointer, sz uintptr)

Write function #

go:linkname Write runtime.msanwrite

func Write(addr unsafe.Pointer, sz uintptr)

Generated with Arrow