Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_alloc.c177 #define ZEND_MM_LRUN_PAGES(info) (((info) & ZEND_MM_LRUN_PAGES_MASK) >> ZEND_MM_LRUN_PAGES_… macro
1323 int pages_count = ZEND_MM_LRUN_PAGES(info);
1392 int pages_count = ZEND_MM_LRUN_PAGES(info);
1422 return ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
1549 old_size = ZEND_MM_LRUN_PAGES(info) * ZEND_MM_PAGE_SIZE;
1960 i += ZEND_MM_LRUN_PAGES(info);
2023 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
2135 int pages_count = ZEND_MM_LRUN_PAGES(p->map[i]);
2415 ZEND_ASSERT(ZEND_MM_LRUN_PAGES(chunk->map[page_num]) == pages_count);

Completed in 13 milliseconds