Home
last modified time | relevance | path

Searched defs:bin_num (Results 1 – 1 of 1) sorted by relevance

/php-src/Zend/
H A Dzend_alloc.c191 #define ZEND_MM_SRUN(bin_num) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
192 #define ZEND_MM_SRUN_EX(bin_num, count) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
193 #define ZEND_MM_NRUN(bin_num, offset) (ZEND_MM_IS_SRUN | ZEND_MM_IS_LRUN | ((bin_num) << ZEND_MM… argument
1327 static zend_always_inline void zend_mm_free_small(zend_mm_heap *heap, void *ptr, int bin_num)
1365 int bin_num = ZEND_MM_SRUN_BIN_NUM(info); local
2039 int bin_num = ZEND_MM_SRUN_BIN_NUM(info); local
2080 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local
2111 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local
2196 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local

Completed in 17 milliseconds