@@ -563,7 +563,7 @@ typedef struct Cond {
pthread_cond_t cond;
} Cond;
#define M_SCRATCH_SIZE KB(16)
#define M_SCRATCH_SIZE KB(64)
typedef struct ScratchFreeListNode ScratchFreeListNode;
struct ScratchFreeListNode {
ScratchFreeListNode* next;
The note is not visible to the blocked user.