Commit 1639bb4b authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

Increase size

git-svn-id: file:///svn/tokudb@97 c7de825b-a66e-492c-adef-691d508d4ae1
parent 021490b1
......@@ -134,7 +134,7 @@ void *toku_calloc(long nmemb, long size) {
//if ((long)r==0x80523f8) { printf("%s:%d %p\n", __FILE__, __LINE__, r); }
return r;
}
#define FREELIST_LIMIT 33
#define FREELIST_LIMIT (64+1)
void *freelist[FREELIST_LIMIT];
#define MALLOC_SIZE_COUNTING_LIMIT 256
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment