func runtime.spanOf

8 uses

	runtime (current package)
		mbitmap.go#L242: 	s := spanOf(p)
		mbitmap.go#L369: 	s = spanOf(p)
		mbitmap.go#L559: 	if s := spanOf(dst); s == nil {
		mgcmark.go#L1463: 	s := spanOf(obj)
		mheap.go#L608: 	s := spanOf(b)
		mheap.go#L631: func spanOf(p uintptr) *mspan {
		mheap.go#L678: 	s := spanOf(p)
		signal_unix.go#L393: 			s := spanOf(sp)