runtime._type.hash (field)
7 uses
runtime (current package)
heapdump.go#L171: b := &typecache[t.hash&(typeCacheBuckets-1)]
iface.go#L30: return uintptr(inter.typ.hash ^ typ.hash)
type.go#L34: hash uint32
type.go#L545: tlist := typehash[t.hash]
type.go#L551: typehash[t.hash] = append(tlist, t)
type.go#L563: for _, candidate := range typehash[t.hash] {
![]() |
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. |