Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_alloc.c1318 int bin_num = ZEND_MM_SRUN_BIN_NUM(info);
1388 zend_mm_free_small(heap, ptr, ZEND_MM_SRUN_BIN_NUM(info));
1418 return bin_data_size[ZEND_MM_SRUN_BIN_NUM(info)];
1529 int old_bin_num = ZEND_MM_SRUN_BIN_NUM(info);
1892 ZEND_ASSERT(ZEND_MM_SRUN_BIN_NUM(info) == i);
1921 ZEND_ASSERT(ZEND_MM_SRUN_BIN_NUM(info) == i);
1940 int bin_num = ZEND_MM_SRUN_BIN_NUM(info);
1981 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
2012 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
2096 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]);
[all …]

Completed in 16 milliseconds