summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-01-15 09:36:05 +0000
committerAntony Dovgal <tony2001@php.net>2008-01-15 09:36:05 +0000
commitb101ee1a07a01f8aa9f2a8d539a65a1470a562ae (patch)
tree2d0eceef34678da2975e452fcc08d3fde5dd27b1 /Zend/zend_alloc.c
parent82874e094b87a2cc8b6ba4da4e320da0291e4f16 (diff)
downloadphp-git-b101ee1a07a01f8aa9f2a8d539a65a1470a562ae.tar.gz
MFH: rename macros
patch by colder
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r--Zend/zend_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c
index 4773311619..79893085e5 100644
--- a/Zend/zend_alloc.c
+++ b/Zend/zend_alloc.c
@@ -389,7 +389,7 @@ typedef struct _zend_mm_free_block {
#define ZEND_MM_NUM_BUCKETS (sizeof(size_t) << 3)
-#define ZEND_MM_CACHE 1
+#define ZEND_MM_CACHE 0
#define ZEND_MM_CACHE_SIZE (ZEND_MM_NUM_BUCKETS * 2 * 1024)
#ifndef ZEND_MM_CACHE_STAT