blob: f37783e51b46a2178728e1dbe4dd71e82d8037e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 2003/07/15 12:32:59 drochner Exp $
--- src/utils.c.orig 2003-07-14 21:12:05.000000000 +0200
+++ src/utils.c 2003-07-14 21:12:57.000000000 +0200
@@ -186,7 +186,7 @@
* freed so this is OK...
*/
#ifndef HISTENT_GRANULARITY
-#define HISTENT_GRANULARITY 100
+#define HISTENT_GRANULARITY ((64*1024)/sizeof(HistEnt))
#endif
HistEnt *histent_calloc (void)
|