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