const internal/goarch.IsWasm
13 uses
internal/goarch (current package)
zgoarch_amd64.go#L32: const IsWasm = 0
internal/runtime/maps
map.go#L250: const Use64BitHash = goarch.PtrSize == 8 && goarch.IsWasm == 0
runtime
alg.go#L18: hashSize = (1-goarch.IsWasm)*goarch.PtrSize + goarch.IsWasm*4
alg.go#L24: if goarch.IsWasm != 0 {
malloc.go#L213: 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#L259: logHeapArenaBytes = (6+20)*(_64bit*(1-goos.IsWindows)*(1-goarch.IsWasm)*(1-goos.IsIos*goarch.IsArm64)) + (2+20)*(_64bit*goos.IsWindows) + (2+20)*(1-_64bit) + (9+10)*goarch.IsWasm + (2+20)*goos.IsIos*goarch.IsArm64
mpagealloc.go#L64: logPallocChunkPages = 9*(1-goarch.IsWasm) + 6*goarch.IsWasm
panic.go#L57: if goarch.IsWasm == 0 && stringslite.HasPrefix(funcname(findfunc(pc)), "runtime.") {
runtime2.go#L738: _ [(1 - goarch.IsWasm) * (2048 - mallocHeaderSize - mRedZoneSize - unsafe.Sizeof(m{}))]byte
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |