Home
last modified time | relevance | path

Searched refs:zend_gc_globals (Results 1 – 3 of 3) sorted by path

/PHP-7.0/Zend/
H A Dzend.c133 …_gc", "1", ZEND_INI_ALL, OnUpdateGCEnabled, gc_enabled, zend_gc_globals, gc_gl…
H A Dzend_gc.c37 ZEND_API zend_gc_globals gc_globals;
115 static void root_buffer_dtor(zend_gc_globals *gc_globals) in root_buffer_dtor()
123 static void gc_globals_ctor_ex(zend_gc_globals *gc_globals) in gc_globals_ctor_ex()
156 …ts_allocate_id(&gc_globals_id, sizeof(zend_gc_globals), (ts_allocate_ctor) gc_globals_ctor_ex, (ts… in gc_globals_ctor()
H A Dzend_gc.h109 } zend_gc_globals; typedef
115 #define GC_G(v) ZEND_TSRMG(gc_globals_id, zend_gc_globals *, v)
118 extern ZEND_API zend_gc_globals gc_globals;

Completed in 15 milliseconds