const reflect.bucketSize
8 uses
reflect (current package)
type.go#L2167: bucketSize uintptr = 8
type.go#L2189: size := bucketSize*(1+ktyp.size+etyp.size) + overflowPad + ptrSize
type.go#L2195: nptr := (bucketSize*(1+ktyp.size+etyp.size) + ptrSize) / ptrSize
type.go#L2197: base := bucketSize / ptrSize
type.go#L2200: emitGCMask(mask, base, ktyp, bucketSize)
type.go#L2202: base += bucketSize * ktyp.size / ptrSize
type.go#L2205: emitGCMask(mask, base, etyp, bucketSize)
type.go#L2207: base += bucketSize * etyp.size / ptrSize
![]() |
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. |