const internal/abi.MaxPtrmaskBytes

3 uses

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

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