runtime.mapextra.overflow (field)
9 uses
runtime (current package)
map.go#L141: overflow *[]*bmap
map.go#L267: *h.extra.overflow = append(*h.extra.overflow, ovf)
map.go#L277: if h.extra.overflow == nil {
map.go#L278: h.extra.overflow = new([]*bmap)
map.go#L827: it.overflow = h.extra.overflow
map.go#L1050: if h.extra != nil && h.extra.overflow != nil {
map.go#L1055: h.extra.oldoverflow = h.extra.overflow
map.go#L1056: h.extra.overflow = nil
![]() |
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. |