use larger scratch size to accommodate u16 sized message buffers since im lazy

This commit is contained in:
Tenari
2026-06-04 07:54:48 -05:00
parent a5788ba94c
commit d9648c8bac
+1 -1
View File
@@ -563,7 +563,7 @@ typedef struct Cond {
pthread_cond_t cond; pthread_cond_t cond;
} Cond; } Cond;
#define M_SCRATCH_SIZE KB(16) #define M_SCRATCH_SIZE KB(64)
typedef struct ScratchFreeListNode ScratchFreeListNode; typedef struct ScratchFreeListNode ScratchFreeListNode;
struct ScratchFreeListNode { struct ScratchFreeListNode {
ScratchFreeListNode* next; ScratchFreeListNode* next;