Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_gc.h129 } zend_gc_globals; typedef
135 #define GC_G(v) TSRMG(gc_globals_id, zend_gc_globals *, v)
138 extern ZEND_API zend_gc_globals gc_globals;
H A Dzend_gc.c30 ZEND_API zend_gc_globals gc_globals;
33 static void root_buffer_dtor(zend_gc_globals *gc_globals TSRMLS_DC) in root_buffer_dtor()
41 static void gc_globals_ctor_ex(zend_gc_globals *gc_globals TSRMLS_DC) in gc_globals_ctor_ex()
75 …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.c103 …_gc", "1", ZEND_INI_ALL, OnUpdateGCEnabled, gc_enabled, zend_gc_globals, gc_gl…

Completed in 14 milliseconds