Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_alloc.c321 static const uint32_t bin_data_size[] = { variable
1236 end = (zend_mm_free_slot*)((char*)bin + (bin_data_size[bin_num] * (bin_elements[bin_num] - 1)));
1237 heap->free_slot[bin_num] = p = (zend_mm_free_slot*)((char*)bin + bin_data_size[bin_num]);
1239 p->next_free_slot = (zend_mm_free_slot*)((char*)p + bin_data_size[bin_num]);
1246 p = (zend_mm_free_slot*)((char*)p + bin_data_size[bin_num]);
1266 size_t size = heap->size + bin_data_size[bin_num];
1287 heap->size -= bin_data_size[bin_num];
1420 return bin_data_size[ZEND_MM_SRUN_BIN_NUM(info)];
1532 old_size = bin_data_size[old_bin_num];
2003 dbg = (zend_mm_debug_info*)((char*)dbg + bin_data_size[bin_num]);
[all …]

Completed in 23 milliseconds