runtime.mapextra.nextOverflow (field)
8 uses
runtime (current package)
map.go#L145: nextOverflow *bmap
map.go#L247: if h.extra != nil && h.extra.nextOverflow != nil {
map.go#L250: ovf = h.extra.nextOverflow
map.go#L253: h.extra.nextOverflow = (*bmap)(add(unsafe.Pointer(ovf), uintptr(t.bucketsize)))
map.go#L259: h.extra.nextOverflow = nil
map.go#L331: h.extra.nextOverflow = nextOverflow
map.go#L1017: h.extra.nextOverflow = nextOverflow
map.go#L1062: h.extra.nextOverflow = nextOverflow
![]() |
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. |