const internal/abi.ZeroValSize
6 uses
internal/abi (current package)
runtime.go#L8: const ZeroValSize = 1024
reflect
value.go#L1593: if typ.Equal != nil && typ.Size() <= abi.ZeroValSize {
value.go#L1621: if typ.Equal != nil && typ.Size() <= abi.ZeroValSize {
value.go#L3297: if t.Size() <= abi.ZeroValSize {
value.go#L3308: var zeroVal [abi.ZeroValSize]byte
runtime
runtime.go#L325: var zeroVal [abi.ZeroValSize]byte
![]() |
The pages are generated with Golds v0.7.6. (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. |