func reflect.MakeMapWithSize
3 uses
reflect (current package)
value.go#L2325: return MakeMapWithSize(typ, 0)
value.go#L2330: func MakeMapWithSize(typ Type, n int) Value {
encoding/gob
decode.go#L562: value.Set(reflect.MakeMapWithSize(mtyp, n))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)