]> granicus.if.org Git - php/commitdiff
oops..
authorAntony Dovgal <tony2001@php.net>
Tue, 15 Jan 2008 09:48:55 +0000 (09:48 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 15 Jan 2008 09:48:55 +0000 (09:48 +0000)
I didn't mean to commit this

Zend/zend_alloc.c

index 79893085e5cf994ec7558e0cc90ca6f650b25a52..4773311619318f96f08cadd8b44888b5d19c4925 100644 (file)
@@ -389,7 +389,7 @@ typedef struct _zend_mm_free_block {
 
 #define ZEND_MM_NUM_BUCKETS (sizeof(size_t) << 3)
 
-#define ZEND_MM_CACHE 0
+#define ZEND_MM_CACHE 1
 #define ZEND_MM_CACHE_SIZE (ZEND_MM_NUM_BUCKETS * 2 * 1024)
 
 #ifndef ZEND_MM_CACHE_STAT