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