type runtime.lfnode
11 uses
runtime (current package)
lfstack.go#L25: func (head *lfstack) push(node *lfnode) {
lfstack.go#L61: func lfnodeValidate(node *lfnode) {
lfstack_64bit.go#L41: func lfstackPack(node *lfnode, cnt uintptr) uint64 {
lfstack_64bit.go#L48: func lfstackUnpack(val uint64) *lfnode {
lfstack_64bit.go#L52: return (*lfnode)(unsafe.Pointer(uintptr(int64(val) >> cntBits << 3)))
lfstack_64bit.go#L55: return (*lfnode)(unsafe.Pointer(uintptr((val >> aixCntBits << 3) | 0xa<<56)))
lfstack_64bit.go#L57: return (*lfnode)(unsafe.Pointer(uintptr(val >> cntBits << 3)))
mgc.go#L1866: node lfnode
mgcwork.go#L317: node lfnode // must be first
mspanset.go#L61: lfnode
runtime2.go#L867: type lfnode struct {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)