runtime.mspan.startAddr (field)
6 uses
runtime (current package)
mbitmap.go#L1872: runGCProg(addb(prog, 4), nil, (*byte)(unsafe.Pointer(s.startAddr)), 1)
mgcmark.go#L824: gcdata = (*byte)(unsafe.Pointer(s.startAddr))
mheap.go#L387: startAddr uintptr // address of first byte of span aka s.base()
mheap.go#L469: return s.startAddr
mheap.go#L1530: span.startAddr = base
stack.go#L701: gcdata = (*byte)(unsafe.Pointer(s.startAddr))
![]() |
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. |