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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |