Searched refs:root_buf_length (Results 1 – 2 of 2) sorted by relevance
228 uint32_t root_buf_length; member419 GC_BENCH_DEC(root_buf_length); in gc_remove_from_roots()448 gc_globals->root_buf_length = 0; in gc_globals_ctor_ex()487 GC_G(root_buf_length) = 0; in gc_reset()623 GC_BENCH_INC(root_buf_length); in gc_possible_root_when_full()624 GC_BENCH_PEAK(root_buf_peak, root_buf_length); in gc_possible_root_when_full()659 GC_BENCH_INC(root_buf_length); in gc_possible_root()660 GC_BENCH_PEAK(root_buf_peak, root_buf_length); in gc_possible_root()
1328 fprintf(stderr, "Root buffer length: %d\n", GC_G(root_buf_length)); in zend_deactivate()
Completed in 29 milliseconds