func runtime.inHeapOrStack

2 uses

	runtime (current package)
		cgocall.go#L597: 	if inHeapOrStack(uintptr(p)) {
		mheap.go#L607: func inHeapOrStack(b uintptr) bool {