Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_gc.c475 if (gc_globals->buf) { in root_buffer_dtor()
476 free(gc_globals->buf); in root_buffer_dtor()
477 gc_globals->buf = NULL; in root_buffer_dtor()
484 gc_globals->gc_active = 0; in gc_globals_ctor_ex()
486 gc_globals->gc_full = 0; in gc_globals_ctor_ex()
488 gc_globals->buf = NULL; in gc_globals_ctor_ex()
493 gc_globals->num_roots = 0; in gc_globals_ctor_ex()
495 gc_globals->gc_runs = 0; in gc_globals_ctor_ex()
496 gc_globals->collected = 0; in gc_globals_ctor_ex()
498 gc_globals->dtor_time = 0; in gc_globals_ctor_ex()
[all …]
/php-src/
H A D.gdbinit634 if gc_globals->roots
635 set $current = gc_globals->roots->next
637 while $current != &gc_globals->roots

Completed in 13 milliseconds