Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.c1300 int bin_num = ZEND_MM_SRUN_BIN_NUM(info);
1370 zend_mm_free_small(heap, ptr, ZEND_MM_SRUN_BIN_NUM(info));
1400 return bin_data_size[ZEND_MM_SRUN_BIN_NUM(info)];
1542 int old_bin_num = ZEND_MM_SRUN_BIN_NUM(info);
1930 ZEND_ASSERT(ZEND_MM_SRUN_BIN_NUM(info) == i);
1959 ZEND_ASSERT(ZEND_MM_SRUN_BIN_NUM(info) == i);
1978 int bin_num = ZEND_MM_SRUN_BIN_NUM(info);
2019 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
2050 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
2135 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
[all …]

Completed in 13 milliseconds