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.c1365 int bin_num = ZEND_MM_SRUN_BIN_NUM(info);
1435 zend_mm_free_small(heap, ptr, ZEND_MM_SRUN_BIN_NUM(info));
1465 return bin_data_size[ZEND_MM_SRUN_BIN_NUM(info)];
1607 int old_bin_num = ZEND_MM_SRUN_BIN_NUM(info);
1991 ZEND_ASSERT(ZEND_MM_SRUN_BIN_NUM(info) == i);
2020 ZEND_ASSERT(ZEND_MM_SRUN_BIN_NUM(info) == i);
2039 int bin_num = ZEND_MM_SRUN_BIN_NUM(info);
2080 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
2111 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
2196 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
[all …]

Completed in 11 milliseconds