asan

package standard library
master (6d93de2) Latest Latest
Warning

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

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

Documentation

Overview

Package asan contains helper functions for manually instrumenting code for the address sanitizer. The runtime package intentionally exports these functions only in the asan build; this package exports them unconditionally but without the "asan" build tag they are no-ops.

Index

Constants

View Source
const Enabled = false

Variables

This section is empty.

Functions

func Read

func Read(addr unsafe.Pointer, len uintptr)

func Write

func Write(addr unsafe.Pointer, len uintptr)

Types

This section is empty.

Jump to

Keyboard shortcuts

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