const internal/abi.MaxPtrmaskBytes

3 uses

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

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