Searched refs:ZEND_MM_FIRST_PAGE (Results 1 – 2 of 2) sorted by relevance
25 #define ZEND_MM_FIRST_PAGE (1) macro29 #define ZEND_MM_MAX_LARGE_SIZE (ZEND_MM_CHUNK_SIZE - (ZEND_MM_PAGE_SIZE * ZEND_MM_FIRST_PAGE))
826 chunk->free_tail = ZEND_MM_FIRST_PAGE;831 chunk->map[0] = ZEND_MM_LRUN(ZEND_MM_FIRST_PAGE);1032 page_num = ZEND_MM_FIRST_PAGE;1033 len = ZEND_MM_PAGES - ZEND_MM_FIRST_PAGE;1900 chunk->free_tail = ZEND_MM_FIRST_PAGE;2011 i = ZEND_MM_FIRST_PAGE;2106 i = ZEND_MM_FIRST_PAGE;2169 i = ZEND_MM_FIRST_PAGE;2324 p->free_tail = ZEND_MM_FIRST_PAGE;2326 p->map[0] = ZEND_MM_LRUN(ZEND_MM_FIRST_PAGE);[all …]
Completed in 12 milliseconds