var runtime.zeroVal
25 uses
runtime (current package)
iface.go#L372: x = unsafe.Pointer(&zeroVal[0])
iface.go#L383: x = unsafe.Pointer(&zeroVal[0])
map.go#L408: return unsafe.Pointer(&zeroVal[0])
map.go#L449: return unsafe.Pointer(&zeroVal[0])
map.go#L466: return unsafe.Pointer(&zeroVal[0]), false
map.go#L507: return unsafe.Pointer(&zeroVal[0]), false
map.go#L556: if e == unsafe.Pointer(&zeroVal[0]) {
map.go#L564: if e == unsafe.Pointer(&zeroVal[0]) {
map.go#L1384: var zeroVal [maxZero]byte
map_fast32.go#L18: return unsafe.Pointer(&zeroVal[0])
map_fast32.go#L49: return unsafe.Pointer(&zeroVal[0])
map_fast32.go#L58: return unsafe.Pointer(&zeroVal[0]), false
map_fast32.go#L89: return unsafe.Pointer(&zeroVal[0]), false
map_fast64.go#L18: return unsafe.Pointer(&zeroVal[0])
map_fast64.go#L49: return unsafe.Pointer(&zeroVal[0])
map_fast64.go#L58: return unsafe.Pointer(&zeroVal[0]), false
map_fast64.go#L89: return unsafe.Pointer(&zeroVal[0]), false
map_faststr.go#L18: return unsafe.Pointer(&zeroVal[0])
map_faststr.go#L41: return unsafe.Pointer(&zeroVal[0])
map_faststr.go#L76: return unsafe.Pointer(&zeroVal[0])
map_faststr.go#L104: return unsafe.Pointer(&zeroVal[0])
map_faststr.go#L113: return unsafe.Pointer(&zeroVal[0]), false
map_faststr.go#L136: return unsafe.Pointer(&zeroVal[0]), false
map_faststr.go#L171: return unsafe.Pointer(&zeroVal[0]), false
map_faststr.go#L199: return unsafe.Pointer(&zeroVal[0]), false
 |
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. |