From 93e9520314a257d48e513d1ec805e8e958e03533 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Thu, 22 Jun 2000 18:33:09 +0000 Subject: [PATCH] - Change cache size and only initialize part of it. --- Zend/zend_alloc.c | 4 ++-- Zend/zend_alloc.h | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index ae1449eb66..52526d88d9 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -369,12 +369,12 @@ ZEND_API void start_memory_manager(ALS_D) * will yield an endless recursion calling to alloc_globals_ctor() */ for (i=1; i= 2) #define PLATFORM_ALIGNMENT (__alignof__ (align_test)) #else -- 2.50.1