Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_gc.c242 #define GC_G(v) (gc_globals.v)
424 if (gc_globals->buf) { in root_buffer_dtor()
425 free(gc_globals->buf); in root_buffer_dtor()
426 gc_globals->buf = NULL; in root_buffer_dtor()
432 gc_globals->gc_enabled = 0; in gc_globals_ctor_ex()
433 gc_globals->gc_active = 0; in gc_globals_ctor_ex()
435 gc_globals->gc_full = 0; in gc_globals_ctor_ex()
437 gc_globals->buf = NULL; in gc_globals_ctor_ex()
442 gc_globals->num_roots = 0; in gc_globals_ctor_ex()
444 gc_globals->gc_runs = 0; in gc_globals_ctor_ex()
[all …]
/PHP-8.1/
H A D.gdbinit624 if gc_globals->roots
625 set $current = gc_globals->roots->next
627 while $current != &gc_globals->roots

Completed in 9 milliseconds