summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2011-03-10 20:57:13 +0900
committerAkira TAGOH <akira@tagoh.org>2011-03-10 20:57:13 +0900
commit6717cb6a1c0b92d61195e227468b7baafe5799ee (patch)
treed7eb69383f3117686ad8a2c79aed026338b18d7d
parent51035818a6240c966f2ec8d0c2b177c8fc3db7df (diff)
change the default block size to 64 for optimization because no logs like "1 blocks required" appears.
-rw-r--r--hieroglyph/hgallocator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hieroglyph/hgallocator.c b/hieroglyph/hgallocator.c
index edb2c55..081a7df 100644
--- a/hieroglyph/hgallocator.c
+++ b/hieroglyph/hgallocator.c
@@ -39,7 +39,7 @@
#include "hgallocator.proto.h"
/* memory block size per 1 bit in the bitmap */
-#define BLOCK_SIZE 32
+#define BLOCK_SIZE 64
/* finalizer table size */
#define FINALIZER_SIZE 32