Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_gc.c35 if (gc_globals->buf) { in root_buffer_dtor()
36 free(gc_globals->buf); in root_buffer_dtor()
37 gc_globals->buf = NULL; in root_buffer_dtor()
43 gc_globals->gc_enabled = 0; in gc_globals_ctor_ex()
44 gc_globals->gc_active = 0; in gc_globals_ctor_ex()
46 gc_globals->buf = NULL; in gc_globals_ctor_ex()
48 gc_globals->roots.next = &gc_globals->roots; in gc_globals_ctor_ex()
49 gc_globals->roots.prev = &gc_globals->roots; in gc_globals_ctor_ex()
50 gc_globals->unused = NULL; in gc_globals_ctor_ex()
55 gc_globals->gc_runs = 0; in gc_globals_ctor_ex()
[all …]
H A Dzend_gc.h137 #define GC_G(v) (gc_globals.v)
138 extern ZEND_API zend_gc_globals gc_globals;
H A Dzend.c103 … "1", ZEND_INI_ALL, OnUpdateGCEnabled, gc_enabled, zend_gc_globals, gc_globals)

Completed in 11 milliseconds