func syscall.Getpagesize
4 uses
syscall (current package)
netlink_linux.go#L75: rbNew := make([]byte, Getpagesize())
syscall.go#L102: func Getpagesize() int
golang.org/x/sys/unix
pagesize_unix.go#L15: return syscall.Getpagesize()
os
types.go#L13: func Getpagesize() int { return syscall.Getpagesize() }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)