Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_alloc.c179 #define ZEND_MM_LRUN_PAGES(info) (((info) & ZEND_MM_LRUN_PAGES_MASK) >> ZEND_MM_LRUN_PAGES_… macro
1303 int pages_count = ZEND_MM_LRUN_PAGES(info);
1372 int pages_count = ZEND_MM_LRUN_PAGES(info);
1402 return ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
1593 old_size = ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
1991 i += ZEND_MM_LRUN_PAGES(info);
2054 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
2167 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
2519 ZEND_ASSERT(ZEND_MM_LRUN_PAGES(chunk->map[page_num]) == pages_count);

Completed in 14 milliseconds