Home
last modified time | relevance | path

Searched defs:sameSizeGrow (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue69110.go57 func sameSizeGrow(m map[int]int) bool func
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmap.go97 sameSizeGrow = 8 // the current map growth is to a new map of the same size const
1208 func (h *hmap) sameSizeGrow() bool { func