mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
reduce the struct size by 8 byte on 64 bit
this one looks like debug only, but still useful
This commit is contained in:
parent
98aeef6fac
commit
f91a782973
1 changed files with 1 additions and 1 deletions
|
@ -45,8 +45,8 @@ typedef struct _zend_leak_info {
|
|||
void *addr;
|
||||
size_t size;
|
||||
const char *filename;
|
||||
uint lineno;
|
||||
const char *orig_filename;
|
||||
uint lineno;
|
||||
uint orig_lineno;
|
||||
} zend_leak_info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue