Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_alloc.c1600 int old_bin_num = ZEND_MM_SRUN_BIN_NUM(info); local
1603 old_size = bin_data_size[old_bin_num];
1608 if (old_bin_num > 0 && size < bin_data_size[old_bin_num - 1]) {
1613 zend_mm_free_small(heap, ptr, old_bin_num);
1628 zend_mm_free_small(heap, ptr, old_bin_num);

Completed in 11 milliseconds