mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
- I prefer cookie to be the first element.
This commit is contained in:
parent
bf9e3e769c
commit
5e36d7fcfe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user