use larger scratch size to accommodate u16 sized message buffers since im lazy
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user