Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_alloc.c1357 int bin_num = ZEND_MM_SRUN_BIN_NUM(info);
1427 zend_mm_free_small(heap, ptr, ZEND_MM_SRUN_BIN_NUM(info));
1457 return bin_data_size[ZEND_MM_SRUN_BIN_NUM(info)];
1599 int old_bin_num = ZEND_MM_SRUN_BIN_NUM(info);
1983 ZEND_ASSERT(ZEND_MM_SRUN_BIN_NUM(info) == i);
2012 ZEND_ASSERT(ZEND_MM_SRUN_BIN_NUM(info) == i);
2031 int bin_num = ZEND_MM_SRUN_BIN_NUM(info);
2072 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
2103 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
2188 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
[all …]

Completed in 14 milliseconds