Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_gc.c279 uint32_t root_buf_length; member
470 GC_BENCH_DEC(root_buf_length); in gc_remove_from_roots()
508 gc_globals->root_buf_length = 0; in gc_globals_ctor_ex()
556 GC_G(root_buf_length) = 0; in gc_reset()
694 GC_BENCH_INC(root_buf_length); in gc_possible_root_when_full()
695 GC_BENCH_PEAK(root_buf_peak, root_buf_length); in gc_possible_root_when_full()
730 GC_BENCH_INC(root_buf_length); in gc_possible_root()
731 GC_BENCH_PEAK(root_buf_peak, root_buf_length); in gc_possible_root()
763 GC_BENCH_INC(root_buf_length); in gc_extra_root()
764 GC_BENCH_PEAK(root_buf_peak, root_buf_length); in gc_extra_root()
[all …]

Completed in 14 milliseconds