Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_alloc.c1494 int bin_num = ZEND_MM_SRUN_BIN_NUM(info);
1569 zend_mm_free_small(heap, ptr, ZEND_MM_SRUN_BIN_NUM(info));
1599 return bin_data_size[ZEND_MM_SRUN_BIN_NUM(info)];
1746 int old_bin_num = ZEND_MM_SRUN_BIN_NUM(info);
2143 ZEND_ASSERT(ZEND_MM_SRUN_BIN_NUM(info) == i);
2172 ZEND_ASSERT(ZEND_MM_SRUN_BIN_NUM(info) == i);
2199 int bin_num = ZEND_MM_SRUN_BIN_NUM(info);
2240 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
2271 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
2356 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
[all …]

Completed in 40 milliseconds