Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_gc.h43 ZEND_API zend_bool gc_protected(void);
H A Dzend_gc.c425 gc_globals->gc_protected = 1; in gc_globals_ctor_ex()
468 GC_G(gc_protected) = 0; in gc_reset()
509 zend_bool old_protected = GC_G(gc_protected); in gc_protect()
510 GC_G(gc_protected) = protect; in gc_protect()
514 ZEND_API zend_bool gc_protected(void) in gc_protected() function
516 return GC_G(gc_protected); in gc_protected()
527 GC_G(gc_protected) = 1; in gc_grow_root_buffer()
623 if (UNEXPECTED(GC_G(gc_protected))) { in gc_possible_root()
1554 if (GC_G(gc_protected)) { in zend_gc_collect_cycles()
1562 GC_G(gc_protected) = 1; in zend_gc_collect_cycles()
[all …]

Completed in 23 milliseconds