Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_gc.h99 uint32_t root_buf_length; member
H A Dzend_gc.c156 GC_BENCH_DEC(root_buf_length); in gc_remove_from_roots()
194 gc_globals->root_buf_length = 0; in gc_globals_ctor_ex()
226 GC_G(root_buf_length) = 0; in gc_reset()
318 GC_BENCH_INC(root_buf_length); in gc_possible_root()
319 GC_BENCH_PEAK(root_buf_peak, root_buf_length); in gc_possible_root()
H A Dzend.c1022 fprintf(stderr, "Root buffer length: %d\n", GC_G(root_buf_length)); in zend_deactivate()

Completed in 14 milliseconds