const runtime.uintptrMask
10 uses
runtime (current package)
malloc.go#L528: p = uintptr(i)<<32 | uintptrMask&(0x00c0<<32)
malloc.go#L529: if p >= uintptrMask&0x00e000000000 {
malloc.go#L533: p = uintptr(i)<<40 | uintptrMask&(0x0013<<28)
malloc.go#L535: p = uintptr(i)<<40 | uintptrMask&(0x0040<<32)
malloc.go#L542: p = uintptr(i)<<40 | uintptrMask&(0xa0<<52)
malloc.go#L544: p = uintptr(i)<<40 | uintptrMask&(0x00c0<<32)
mranges.go#L92: maxOffAddr = offAddr{(((1 << heapAddrBits) - 1) + arenaBaseOffset) & uintptrMask}
stack.go#L123: uintptrMask = 1<<(8*sys.PtrSize) - 1
stack.go#L129: stackPreempt = uintptrMask & -1314
stack.go#L134: stackFork = uintptrMask & -1234
![]() |
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. |