]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 17 May 2010 19:12:54 +0000 (19:12 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 17 May 2010 19:12:54 +0000 (19:12 +0000)
magick/memory.c

index 6833f09c8650ac842a73a37f6af977e4b64cadfa..b4926277be4f1bd34e946e4d3812bbdbd668af96 100644 (file)
@@ -70,7 +70,7 @@
 #define BlockHeader(block)  ((size_t *) (block)-1)
 #define BlockSize  4096
 #define BlockThreshold  1024
-#define AlignedSize  (32*sizeof(void *))
+#define AlignedSize  (8*sizeof(void *))
 #define MaxBlockExponent  16
 #define MaxBlocks ((BlockThreshold/(4*sizeof(size_t)))+MaxBlockExponent+1)
 #define MaxSegments  1024