runtime.spanSet.spine (field)
7 uses
runtime (current package)
mspanset.go#L36: spine unsafe.Pointer // *[N]*spanSetBlock, accessed atomically
mspanset.go#L84: spine := atomic.Loadp(unsafe.Pointer(&b.spine))
mspanset.go#L109: memmove(newSpine, b.spine, b.spineCap*sys.PtrSize)
mspanset.go#L112: atomic.StorepNoWB(unsafe.Pointer(&b.spine), newSpine)
mspanset.go#L127: blockp := add(b.spine, sys.PtrSize*top)
mspanset.go#L183: spine := atomic.Loadp(unsafe.Pointer(&b.spine))
mspanset.go#L244: blockp := (**spanSetBlock)(add(b.spine, sys.PtrSize*uintptr(top)))
![]() |
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. |