Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_alloc.c1578 int old_bin_num = ZEND_MM_SRUN_BIN_NUM(info); local
1581 old_size = bin_data_size[old_bin_num];
1586 if (old_bin_num > 0 && size < bin_data_size[old_bin_num - 1]) {
1591 zend_mm_free_small(heap, ptr, old_bin_num);
1607 zend_mm_free_small(heap, ptr, old_bin_num);

Completed in 15 milliseconds