const syscall.SYS_MADVISE

2 uses

	syscall (current package)
		zsysnum_darwin_arm64.go#L65: 	SYS_MADVISE                        = 75

	go.etcd.io/bbolt
		bolt_unix.go#L88: 	_, _, e1 := syscall.Syscall(syscall.SYS_MADVISE, uintptr(unsafe.Pointer(&b[0])), uintptr(len(b)), uintptr(advice))