Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_gc.c241 #define GC_G(v) (gc_globals.v)
423 if (gc_globals->buf) { in root_buffer_dtor()
424 free(gc_globals->buf); in root_buffer_dtor()
425 gc_globals->buf = NULL; in root_buffer_dtor()
431 gc_globals->gc_enabled = 0; in gc_globals_ctor_ex()
432 gc_globals->gc_active = 0; in gc_globals_ctor_ex()
434 gc_globals->gc_full = 0; in gc_globals_ctor_ex()
436 gc_globals->buf = NULL; in gc_globals_ctor_ex()
441 gc_globals->num_roots = 0; in gc_globals_ctor_ex()
443 gc_globals->gc_runs = 0; in gc_globals_ctor_ex()
[all …]
/PHP-7.4/
H A D.gdbinit636 if gc_globals->roots
637 set $current = gc_globals->roots->next
639 while $current != &gc_globals->roots

Completed in 10 milliseconds