Searched refs:root_buf_length (Results 1 – 2 of 2) sorted by relevance
227 uint32_t root_buf_length; member418 GC_BENCH_DEC(root_buf_length); in gc_remove_from_roots()447 gc_globals->root_buf_length = 0; in gc_globals_ctor_ex()486 GC_G(root_buf_length) = 0; in gc_reset()622 GC_BENCH_INC(root_buf_length); in gc_possible_root_when_full()623 GC_BENCH_PEAK(root_buf_peak, root_buf_length); in gc_possible_root_when_full()658 GC_BENCH_INC(root_buf_length); in gc_possible_root()659 GC_BENCH_PEAK(root_buf_peak, root_buf_length); in gc_possible_root()
1256 fprintf(stderr, "Root buffer length: %d\n", GC_G(root_buf_length)); in zend_deactivate()
Completed in 11 milliseconds