mirror of
https://github.com/php/php-src.git
synced 2026-04-02 13:43:02 +02:00
- MF 5.2 (put cookie in first place)
This commit is contained in:
@@ -300,11 +300,11 @@ typedef enum _mem_magic {
|
||||
|
||||
/* mm block type */
|
||||
typedef struct _zend_mm_block_info {
|
||||
size_t _size;
|
||||
size_t _prev;
|
||||
#if ZEND_MM_COOKIES
|
||||
unsigned long _cookie;
|
||||
#endif
|
||||
size_t _size;
|
||||
size_t _prev;
|
||||
} zend_mm_block_info;
|
||||
|
||||
#if ZEND_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user