func runtime.mlock

2 uses

	runtime (current package)
		os_darwin.go#L302: 		mlock(unsafe.Pointer(mp.gsignal.stack.hi-physPageSize), physPageSize)
		sys_darwin.go#L187: func mlock(addr unsafe.Pointer, n uintptr) {