const runtime.addrBits
3 uses
runtime (current package)
lfstack_64bit.go#L25: addrBits = 48
lfstack_64bit.go#L30: cntBits = 64 - addrBits + 3
lfstack_64bit.go#L45: return uint64(uintptr(unsafe.Pointer(node)))<<(64-addrBits) | uint64(cnt&(1<
![]() |
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. |