Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_alloc.c188 #define ZEND_MM_SRUN(bin_num) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
189 #define ZEND_MM_SRUN_EX(bin_num, count) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
190 #define ZEND_MM_NRUN(bin_num, offset) (ZEND_MM_IS_SRUN | ZEND_MM_IS_LRUN | ((bin_num) << ZEND_MM… argument
1320 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); local
2032 int bin_num = ZEND_MM_SRUN_BIN_NUM(info); local
2073 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local
2104 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local
2189 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local

Completed in 17 milliseconds