Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_alloc.c323 static const uint32_t bin_data_size[] = { variable
1234 end = (zend_mm_free_slot*)((char*)bin + (bin_data_size[bin_num] * (bin_elements[bin_num] - 1)));
1235 heap->free_slot[bin_num] = p = (zend_mm_free_slot*)((char*)bin + bin_data_size[bin_num]);
1237 p->next_free_slot = (zend_mm_free_slot*)((char*)p + bin_data_size[bin_num]);;
1244 p = (zend_mm_free_slot*)((char*)p + bin_data_size[bin_num]);
1264 size_t size = heap->size + bin_data_size[bin_num];
1285 heap->size -= bin_data_size[bin_num];
1418 return bin_data_size[ZEND_MM_SRUN_BIN_NUM(info)];
1530 old_size = bin_data_size[old_bin_num];
1996 dbg = (zend_mm_debug_info*)((char*)dbg + bin_data_size[bin_num]);
[all …]

Completed in 11 milliseconds