msan

package standard library
master (22cf1e7) Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2024 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Overview

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

View Source
const Enabled = false

Variables

This section is empty.

Functions

func Free

func Free(addr unsafe.Pointer, sz uintptr)

func Malloc

func Malloc(addr unsafe.Pointer, sz uintptr)

func Move

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

func Read

func Read(addr unsafe.Pointer, sz uintptr)

func Write

func Write(addr unsafe.Pointer, sz uintptr)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL