We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c62f1 commit 23216e1Copy full SHA for 23216e1
1 file changed
libudpard/udpard.h
@@ -158,8 +158,8 @@ typedef struct udpard_bytes_mut_t
158
void* data;
159
} udpard_bytes_mut_t;
160
161
-/// The size can be changed arbitrarily. This value is compromise between copy size and footprint and utility.
162
-#define UDPARD_USER_CONTEXT_PTR_COUNT 5
+/// The size can be changed arbitrarily. This value is a compromise between copy size and footprint and utility.
+#define UDPARD_USER_CONTEXT_PTR_COUNT 3
163
164
/// The library carries the user-provided context from inputs to outputs without interpreting it,
165
/// allowing the application to associate its own data with various entities inside the library.
0 commit comments