reduce size of context, fix double support in template
[tedtools.git] / tmalloc.h
index 2d1fd69..f1abcee 100644 (file)
--- a/tmalloc.h
+++ b/tmalloc.h
@@ -46,7 +46,7 @@ int clrspace(char *buf);
 
 /* fast allocate */
 
-#define CNTXCHUNK      (1024*1024)
+#define CNTXCHUNK      (64*1024)
 
 typedef struct MemoryChunk {
        size_t  size;