Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_alloc.c207 #define ZEND_MM_LRUN_PAGES(info) (((info) & ZEND_MM_LRUN_PAGES_MASK) >> ZEND_MM_LRUN_PAGES_… macro
1460 int pages_count = ZEND_MM_LRUN_PAGES(info);
1534 int pages_count = ZEND_MM_LRUN_PAGES(info);
1564 return ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
1760 old_size = ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
2179 i += ZEND_MM_LRUN_PAGES(info);
2242 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
2355 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
2720 ZEND_ASSERT(ZEND_MM_LRUN_PAGES(chunk->map[page_num]) == pages_count);

Completed in 12 milliseconds