func reflect.align
4 uses
reflect (current package)
type.go#L2569: offset := align(size, uintptr(ft.align))
type.go#L2632: size = align(size, uintptr(typalign))
value.go#L689: func align(x, n uintptr) uintptr {
value.go#L723: argOffset = align(argOffset, uintptr(t.in()[0].align))
 |
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. |