Skip to content

Commit 23216e1

Browse files
reduce context size
1 parent 61c62f1 commit 23216e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libudpard/udpard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ typedef struct udpard_bytes_mut_t
158158
void* data;
159159
} udpard_bytes_mut_t;
160160

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
161+
/// The size can be changed arbitrarily. This value is a compromise between copy size and footprint and utility.
162+
#define UDPARD_USER_CONTEXT_PTR_COUNT 3
163163

164164
/// The library carries the user-provided context from inputs to outputs without interpreting it,
165165
/// allowing the application to associate its own data with various entities inside the library.

0 commit comments

Comments
 (0)