Combine HashTable.flags and HashTable.nApplyCount into single 32-bit word

This commit is contained in:
Dmitry Stogov 2014-04-21 18:25:34 +04:00
parent afe66d89a1
commit 72c287bd23
39 changed files with 241 additions and 261 deletions

View file

@ -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)