Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_alloc.c181 #define ZEND_MM_LRUN_PAGES(info) (((info) & ZEND_MM_LRUN_PAGES_MASK) >> ZEND_MM_LRUN_PAGES_… macro
1360 int pages_count = ZEND_MM_LRUN_PAGES(info);
1429 int pages_count = ZEND_MM_LRUN_PAGES(info);
1459 return ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
1650 old_size = ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
2044 i += ZEND_MM_LRUN_PAGES(info);
2107 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
2220 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
2593 ZEND_ASSERT(ZEND_MM_LRUN_PAGES(chunk->map[page_num]) == pages_count);

Completed in 14 milliseconds