Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_types.h1407 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
1409 ZVAL_COPY_VALUE_EX(_z1, _z2, _gc, _t); \
1416 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
1418 ZVAL_COPY_VALUE_EX(_z1, _z2, _gc, _t); \
1420 GC_ADDREF(_gc); \
1428 zend_refcounted *_gc = Z_COUNTED_P(_z2); \
1434 GC_ADDREF(_gc); \
1436 ZVAL_COPY_VALUE_EX(_z1, _z2, _gc, _t); \
1450 ZVAL_COPY_VALUE_EX(_z1, _z2, _gc, _t); \
1454 || GC_TYPE(_gc) == IS_OBJECT)) { \
[all …]
H A Dzend_alloc.c305 size_t (*_gc)(void); member
2085 size_t (*gc)(void) = heap->custom_heap._gc;
3122 size_t (*_gc)(void),
3135 _heap->custom_heap._gc = _gc;
3155 size_t (**_gc)(void),
3165 if (_gc != NULL) {
3166 *_gc = _heap->custom_heap._gc;
3175 if (_gc != NULL) {
3176 *_gc = NULL;
3186 *_gc = NULL;
H A Dzend_alloc.h284 size_t (*_gc)(void),
294 size_t (**_gc)(void),

Completed in 22 milliseconds