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)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |