ZEND_MM_LRUN_PAGES 1343 Zend/zend_alloc.c 		int pages_count = ZEND_MM_LRUN_PAGES(info);
ZEND_MM_LRUN_PAGES 1412 Zend/zend_alloc.c 			int pages_count = ZEND_MM_LRUN_PAGES(info);
ZEND_MM_LRUN_PAGES 1442 Zend/zend_alloc.c 			return ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
ZEND_MM_LRUN_PAGES 1569 Zend/zend_alloc.c 			old_size = ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
ZEND_MM_LRUN_PAGES 1972 Zend/zend_alloc.c 					i += ZEND_MM_LRUN_PAGES(info);
ZEND_MM_LRUN_PAGES 2035 Zend/zend_alloc.c 					int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
ZEND_MM_LRUN_PAGES 2147 Zend/zend_alloc.c 					int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
ZEND_MM_LRUN_PAGES 2425 Zend/zend_alloc.c 		ZEND_ASSERT(ZEND_MM_LRUN_PAGES(chunk->map[page_num]) == pages_count);