Home | History | Annotate | Download | only in runtime

Lines Matching full:bigger

871 	// If we've hit the load factor, get bigger.
874 bigger := uint8(1)
876 bigger = 0
880 newbuckets := newarray(t.bucket, 1<<(h.B+bigger))
886 h.B += bigger
926 // growing reports whether h is growing. The growth may be to the same size or bigger.
980 // Only calculate y pointers if we're growing bigger.