Thanks to visit codestin.com
Credit goes to pkg.go.dev

asan

package standard library
go1.25.1 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2025 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