const internal/abi.MaxPtrmaskBytes

3 uses

	internal/abi (current package)
		type.go#L777: const MaxPtrmaskBytes = 2048

	reflect
		type.go#L2574: 	} else if typ.PtrBytes <= abi.MaxPtrmaskBytes*8*goarch.PtrSize {
		type.go#L2734: 	case array.PtrBytes <= abi.MaxPtrmaskBytes*8*goarch.PtrSize: