Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_gc.h99 uint32_t root_buf_length; member
H A Dzend_gc.c106 GC_BENCH_DEC(root_buf_length); in gc_remove_from_roots()
144 gc_globals->root_buf_length = 0; in gc_globals_ctor_ex()
176 GC_G(root_buf_length) = 0; in gc_reset()
268 GC_BENCH_INC(root_buf_length); in gc_possible_root()
269 GC_BENCH_PEAK(root_buf_peak, root_buf_length); in gc_possible_root()
H A Dzend.c1002 fprintf(stderr, "Root buffer length: %d\n", GC_G(root_buf_length)); in zend_deactivate()

Completed in 12 milliseconds