Documentation ¶
Index ¶
Constants ¶
View Source
const UintptrEscapesNote = "uintptr-escapes"
This special tag is applied to uintptr parameters of functions marked go:uintptrescapes.
View Source
const UnsafeUintptrNote = "unsafe-uintptr"
This special tag is applied to uintptr variables that we believe may hold unsafe.Pointers for calls into assembly functions.
Variables ¶
This section is empty.
Functions ¶
func HeapAllocReason ¶
HeapAllocReason returns the reason the given Node must be heap allocated, or the empty string if it doesn't.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.