Debug swcsa
[SXSI/TextCollection.git] / swcsa / utils / MemoryManager.h
index fb51e63..7d26572 100755 (executable)
 \r
 #ifndef MEMORYMANAGERINCLUDED\r
 #define  MEMORYMANAGERINCLUDED      // only used for hashTable of stopwords\r
-       \r
+\r
 #include <string.h>\r
 #include <stdlib.h>\r
 #include <math.h>\r
 #include <stdio.h>\r
-#include <malloc.h>\r
+//#include <malloc.h>\r
 \r
 #ifndef byte\r
        #define byte unsigned char\r
-#endif \r
+#endif\r
 \r
 #define LARGE_BLOCK_SIZE 1024*256                      // Size of the blocks of memory that will be allocated\r
 #define MAX_BLOCKS 2048                                                // Maximum number of blocks of size LARGE_BLOCK_SIZE that\r
@@ -37,7 +37,7 @@
        } ;\r
 \r
        typedef struct sMem *MemoryManager;\r
-       \r
+\r
 \r
        MemoryManager createMemoryManager(void);\r
        void destroyMemoryManager (MemoryManager mm);\r