const internal/abi.MapMaxElemBytes
4 uses
internal/abi (current package)
map.go#L23: MapMaxElemBytes = 128
reflect
map.go#L103: if etyp.Size() > abi.MapMaxElemBytes {
map.go#L152: if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= abi.MapMaxElemBytes {
map.go#L402: if (tt.Key == stringType || key.kind() == String) && tt.Key == key.typ() && tt.Elem.Size() <= abi.MapMaxElemBytes {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)