poldek: tndb/tndb.c - bugfix: obstack's chunk size was 65M...

mis mis at pld-linux.org
Sat Aug 19 15:21:58 CEST 2006


Author: mis                          Date: Sat Aug 19 13:21:58 2006 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- bugfix: obstack's chunk size was 65M...

---- Files affected:
poldek/tndb:
   tndb.c (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: poldek/tndb/tndb.c
diff -u poldek/tndb/tndb.c:1.10 poldek/tndb/tndb.c:1.11
--- poldek/tndb/tndb.c:1.10	Tue Jan 24 21:37:52 2006
+++ poldek/tndb/tndb.c	Sat Aug 19 15:21:53 2006
@@ -455,7 +455,7 @@
         db->htt[i] = NULL;
     *db->errmsg = '\0';
 
-    db->na = n_alloc_new(1024 * 64, TN_ALLOC_OBSTACK);
+    db->na = n_alloc_new(64, TN_ALLOC_OBSTACK);
     return db;
 }
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/poldek/tndb/tndb.c?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list