From: Zeev Suraski Date: Wed, 16 May 2001 17:21:16 +0000 (+0000) Subject: Commit missing fix X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c0d85ba4febd4e9c1c73a3f06647c6eadf21785;p=php Commit missing fix --- diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h index 867fee8316..cd4f20e3f2 100644 --- a/Zend/zend_globals.h +++ b/Zend/zend_globals.h @@ -215,6 +215,7 @@ struct _zend_alloc_globals { #if MEMORY_LIMIT unsigned int memory_limit; unsigned int allocated_memory; + unsigned int allocated_memory_peak; unsigned char memory_exhausted; #endif };