const internal/goarch.IsArm64
9 uses
internal/goarch (current package)
zgoarch_amd64.go#L14: const IsArm64 = 0
runtime
malloc.go#L212: heapAddrBits = (_64bit*(1-goarch.IsWasm)*(1-goos.IsIos*goarch.IsArm64))*48 + (1-_64bit+goarch.IsWasm)*(32-(goarch.IsMips+goarch.IsMipsle)) + 40*goos.IsIos*goarch.IsArm64
malloc.go#L255: logHeapArenaBytes = (6+20)*(_64bit*(1-goos.IsWindows)*(1-goarch.IsWasm)*(1-goos.IsIos*goarch.IsArm64)) + (2+20)*(_64bit*goos.IsWindows) + (2+20)*(1-_64bit) + (2+20)*goarch.IsWasm + (2+20)*goos.IsIos*goarch.IsArm64
panic.go#L1138: case goarch.IsArm64 != 0:
stack.go#L72: stackSystem = goos.IsWindows*512*goarch.PtrSize + goos.IsPlan9*512 + goos.IsIos*goarch.IsArm64*1024
stubs.go#L129: if goarch.IsAmd64|goarch.IsArm64|goarch.IsPpc64|
stubs.go#L162: if goarch.IsAmd64|goarch.IsArm64|goarch.IsPpc64|
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |