func syscall.mmap

2 uses

	syscall (current package)
		syscall_bsd.go#L557: 	mmap:   mmap,
		zsyscall_darwin_amd64.go#L1771: func mmap(addr uintptr, length uintptr, prot int, flag int, fd int, pos int64) (ret uintptr, err error) {