atomicalign

package
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2022 License: BSD-3-Clause Imports: 7 Imported by: 88

Documentation

Overview

Package atomicalign defines an Analyzer that checks for non-64-bit-aligned arguments to sync/atomic functions. On non-32-bit platforms, those functions panic if their argument variables are not 64-bit aligned. It is therefore the caller's responsibility to arrange for 64-bit alignment of such variables. See https://golang.org/pkg/sync/atomic/#pkg-note-BUG

Index

Constants

View Source
const Doc = "check for non-64-bits-aligned arguments to sync/atomic functions"

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:     "atomicalign",
	Doc:      Doc,
	Requires: []*analysis.Analyzer{inspect.Analyzer},
	Run:      run,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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