mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word
This commit is contained in:
parent
afe66d89a1
commit
72c287bd23
39 changed files with 241 additions and 261 deletions
|
@ -402,7 +402,7 @@ void zend_shared_alloc_lock(TSRMLS_D)
|
|||
* won't be taken from space which is freed by efree in memdup.
|
||||
* Otherwise it leads to false matches in memdup check.
|
||||
*/
|
||||
zend_hash_init(&xlat_table, 100, NULL, NULL, 1);
|
||||
zend_hash_init(&xlat_table, 128, NULL, NULL, 1);
|
||||
}
|
||||
|
||||
void zend_shared_alloc_unlock(TSRMLS_D)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue