func syscall.Getpagesize

5 uses

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

	golang.org/x/sys/unix
		pagesize_unix.go#L14: 	return syscall.Getpagesize()

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

	runtime/pprof
		pprof_rusage.go#L25: 		rssToBytes = uintptr(syscall.Getpagesize())