Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.c186 #define ZEND_MM_SRUN(bin_num) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
187 #define ZEND_MM_SRUN_EX(bin_num, count) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
188 #define ZEND_MM_NRUN(bin_num, offset) (ZEND_MM_IS_SRUN | ZEND_MM_IS_LRUN | ((bin_num) << ZEND_MM… argument
1262 static zend_always_inline void zend_mm_free_small(zend_mm_heap *heap, void *ptr, int bin_num)
1300 int bin_num = ZEND_MM_SRUN_BIN_NUM(info); local
1978 int bin_num = ZEND_MM_SRUN_BIN_NUM(info); local
2019 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local
2050 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local
2135 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local

Completed in 14 milliseconds