Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_alloc.c207 #define ZEND_MM_LRUN_PAGES(info) (((info) & ZEND_MM_LRUN_PAGES_MASK) >> ZEND_MM_LRUN_PAGES_… macro
1497 int pages_count = ZEND_MM_LRUN_PAGES(info);
1571 int pages_count = ZEND_MM_LRUN_PAGES(info);
1601 return ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
1797 old_size = ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
2212 i += ZEND_MM_LRUN_PAGES(info);
2275 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
2388 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
2748 ZEND_ASSERT(ZEND_MM_LRUN_PAGES(chunk->map[page_num]) == pages_count);

Completed in 13 milliseconds