Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_alloc.c1320 int bin_num = ZEND_MM_SRUN_BIN_NUM(info);
1390 zend_mm_free_small(heap, ptr, ZEND_MM_SRUN_BIN_NUM(info));
1420 return bin_data_size[ZEND_MM_SRUN_BIN_NUM(info)];
1531 int old_bin_num = ZEND_MM_SRUN_BIN_NUM(info);
1899 ZEND_ASSERT(ZEND_MM_SRUN_BIN_NUM(info) == i);
1928 ZEND_ASSERT(ZEND_MM_SRUN_BIN_NUM(info) == i);
1947 int bin_num = ZEND_MM_SRUN_BIN_NUM(info);
1988 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
2019 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
2103 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
[all …]

Completed in 10 milliseconds