Home
last modified time | relevance | path

Searched refs:ARENA_REALLOC (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c37 #define ARENA_REALLOC(ptr) \ macro
211 c = ARENA_REALLOC(Z_PTR(p->val)); in zend_hash_clone_constants()
217 c->ce = ARENA_REALLOC(c->ce); in zend_hash_clone_constants()
264 ZVAL_PTR(&q->val, ARENA_REALLOC(Z_PTR(p->val))); in zend_hash_clone_methods()
270 new_entry->scope = ARENA_REALLOC(new_entry->scope); in zend_hash_clone_methods()
274 new_entry->prototype = ARENA_REALLOC(new_entry->prototype); in zend_hash_clone_methods()
322 prop_info = ARENA_REALLOC(Z_PTR(p->val)); in zend_hash_clone_prop_info()
327 prop_info->ce = ARENA_REALLOC(prop_info->ce); in zend_hash_clone_prop_info()
335 ce->handler = ARENA_REALLOC(ce->handler); \
346 *pce = ce = ARENA_REALLOC(old_ce); in zend_class_copy_ctor()
[all …]

Completed in 7 milliseconds