runtime.spanSet.spineCap (field)
6 uses
runtime (current package)
mspanset.go#L38: spineCap uintptr // Spine array cap, accessed under lock
mspanset.go#L99: if spineLen == b.spineCap {
mspanset.go#L101: newCap := b.spineCap * 2
mspanset.go#L106: if b.spineCap != 0 {
mspanset.go#L109: memmove(newSpine, b.spine, b.spineCap*sys.PtrSize)
mspanset.go#L113: b.spineCap = newCap
![]() |
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. |