func runtime.spanOfHeap
6 uses
runtime (current package)
mgcmark.go#L1321: span := spanOfHeap(val)
mgcmark.go#L1373: span := spanOfHeap(val)
mheap.go#L599: return spanOfHeap(b) != nil
mheap.go#L677: func spanOfHeap(p uintptr) *mspan {
mheap.go#L1679: span := spanOfHeap(uintptr(p))
mheap.go#L1728: span := spanOfHeap(uintptr(p))
![]() |
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. |