Home
last modified time | relevance | path

Searched refs:ZEND_MM_LRUN_PAGES (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_alloc.c176 #define ZEND_MM_LRUN_PAGES(info) (((info) & ZEND_MM_LRUN_PAGES_MASK) >> ZEND_MM_LRUN_PAGES_… macro
1366 int pages_count = ZEND_MM_LRUN_PAGES(info);
1435 int pages_count = ZEND_MM_LRUN_PAGES(info);
1465 return ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
1592 old_size = ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
1997 i += ZEND_MM_LRUN_PAGES(info);
2060 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
2172 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
2452 ZEND_ASSERT(ZEND_MM_LRUN_PAGES(chunk->map[page_num]) == pages_count);

Completed in 17 milliseconds