Searched refs:ZEND_MM_LRUN_PAGES (Results 1 – 1 of 1) sorted by relevance
177 #define ZEND_MM_LRUN_PAGES(info) (((info) & ZEND_MM_LRUN_PAGES_MASK) >> ZEND_MM_LRUN_PAGES_… macro1321 int pages_count = ZEND_MM_LRUN_PAGES(info);1390 int pages_count = ZEND_MM_LRUN_PAGES(info);1420 return ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;1547 old_size = ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;1953 i += ZEND_MM_LRUN_PAGES(info);2016 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);2128 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);2408 ZEND_ASSERT(ZEND_MM_LRUN_PAGES(chunk->map[page_num]) == pages_count);
Completed in 12 milliseconds