mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
align 4 byte to the start of the word
This commit is contained in:
parent
ea4ab02446
commit
77137b56b8
@ -58,8 +58,8 @@ struct st_mysqlnd_memory_pool_chunk
|
||||
zend_uchar *ptr;
|
||||
enum_func_status (*resize_chunk)(MYSQLND_MEMORY_POOL_CHUNK * chunk, unsigned int size TSRMLS_DC);
|
||||
void (*free_chunk)(MYSQLND_MEMORY_POOL_CHUNK * chunk TSRMLS_DC);
|
||||
zend_bool from_pool;
|
||||
unsigned int size;
|
||||
zend_bool from_pool;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user