Searched defs:bin_num (Results 1 – 1 of 1) sorted by relevance
188 #define ZEND_MM_SRUN(bin_num) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument189 #define ZEND_MM_SRUN_EX(bin_num, count) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument190 #define ZEND_MM_NRUN(bin_num, offset) (ZEND_MM_IS_SRUN | ZEND_MM_IS_LRUN | ((bin_num) << ZEND_MM… argument1320 static zend_always_inline void zend_mm_free_small(zend_mm_heap *heap, void *ptr, int bin_num)1358 int bin_num = ZEND_MM_SRUN_BIN_NUM(info); local2032 int bin_num = ZEND_MM_SRUN_BIN_NUM(info); local2073 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local2104 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local2189 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local
Completed in 29 milliseconds