runtime.hmap.newoverflow (method)
11 uses
runtime (current package)
map.go#L245: func (h *hmap) newoverflow(t *maptype, b *bmap) *bmap {
map.go#L654: newb := h.newoverflow(t, b)
map.go#L1210: dst.b = h.newoverflow(t, dst.b)
map_fast32.go#L162: insertb = h.newoverflow(t, b)
map_fast32.go#L252: insertb = h.newoverflow(t, b)
map_fast32.go#L422: dst.b = h.newoverflow(t, dst.b)
map_fast64.go#L162: insertb = h.newoverflow(t, b)
map_fast64.go#L252: insertb = h.newoverflow(t, b)
map_fast64.go#L424: dst.b = h.newoverflow(t, dst.b)
map_faststr.go#L278: insertb = h.newoverflow(t, b)
map_faststr.go#L447: dst.b = h.newoverflow(t, dst.b)