Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_alloc.c183 #define ZEND_MM_SRUN(bin_num) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
184 #define ZEND_MM_SRUN_EX(bin_num, count) (ZEND_MM_IS_SRUN | ((bin_num) << ZEND_MM_SRUN_BIN_NUM_OFFS… argument
185 #define ZEND_MM_NRUN(bin_num, offset) (ZEND_MM_IS_SRUN | ZEND_MM_IS_LRUN | ((bin_num) << ZEND_MM… argument
1325 static zend_always_inline void zend_mm_free_small(zend_mm_heap *heap, void *ptr, int bin_num)
1363 int bin_num = ZEND_MM_SRUN_BIN_NUM(info); local
1577 int bin_num = ZEND_MM_SMALL_SIZE_TO_BIN(size); local
1984 int bin_num = ZEND_MM_SRUN_BIN_NUM(info); local
2025 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local
2056 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local
2140 int bin_num = ZEND_MM_SRUN_BIN_NUM(p->map[i]); local

Completed in 14 milliseconds