func syscall.Getpagesize

3 uses

	syscall (current package)
		netlink_linux.go#L54: 	b := make([]byte, Getpagesize())
		syscall.go#L101: func Getpagesize() int

	os
		types.go#L13: func Getpagesize() int { return syscall.Getpagesize() }