From: Marcus Boerger Date: Mon, 12 Aug 2002 14:02:51 +0000 (+0000) Subject: increase allocation chunks X-Git-Tag: php-4.3.0dev_zend2_alpha3~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11611d07815551becad5b529a60f4e08e4694528;p=php increase allocation chunks --- diff --git a/main/spprintf.c b/main/spprintf.c index e3090741a3..f12d3ac186 100644 --- a/main/spprintf.c +++ b/main/spprintf.c @@ -100,7 +100,7 @@ /* * Size for realloc operations */ -#define SPPRINTF_BLOCK_SIZE 10 +#define SPPRINTF_BLOCK_SIZE 128 /* * Descriptor for buffer area