Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_gc.h117 zend_uint root_buf_length; member
193 GC_BENCH_DEC(root_buf_length); in gc_remove_from_buffer()
H A Dzend_gc.c59 gc_globals->root_buf_length = 0; in gc_globals_ctor_ex()
94 GC_G(root_buf_length) = 0; in gc_reset()
184 GC_BENCH_INC(root_buf_length); in gc_zval_possible_root()
185 GC_BENCH_PEAK(root_buf_peak, root_buf_length); in gc_zval_possible_root()
238 GC_BENCH_INC(root_buf_length); in gc_zobj_possible_root()
239 GC_BENCH_PEAK(root_buf_peak, root_buf_length); in gc_zobj_possible_root()
H A Dzend.c965 fprintf(stderr, "Root buffer length: %d\n", GC_G(root_buf_length)); in zend_deactivate()

Completed in 12 milliseconds