reflect.rtype.gcdata (field)
12 uses
reflect (current package)
type.go#L316: gcdata *byte // garbage collection data
type.go#L2226: gcdata: gcdata,
type.go#L2237: return (*[1 << 30]byte)(unsafe.Pointer(t.gcdata))[begin:end:end]
type.go#L2264: n := uintptr(*(*uint32)(unsafe.Pointer(typ.gcdata)))
type.go#L2732: typ.gcdata = &prog[0]
type.go#L2738: typ.gcdata = &bv.data[0]
type.go#L2882: array.gcdata = nil
type.go#L2888: array.gcdata = typ.gcdata
type.go#L2897: array.gcdata = &mask[0]
type.go#L2926: array.gcdata = &prog[0]
type.go#L3050: x.gcdata = &ptrmap.data[0]
![]() |
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. |