Searched defs:sameSizeGrow (Results 1 – 2 of 2) sorted by relevance
57 func sameSizeGrow(m map[int]int) bool func
97 sameSizeGrow = 8 // the current map growth is to a new map of the same size const1208 func (h *hmap) sameSizeGrow() bool { func