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))
830 chunk->free_tail = ZEND_MM_FIRST_PAGE;835 chunk->map[0] = ZEND_MM_LRUN(ZEND_MM_FIRST_PAGE);1036 page_num = ZEND_MM_FIRST_PAGE;1037 len = ZEND_MM_PAGES - ZEND_MM_FIRST_PAGE;1896 chunk->free_tail = ZEND_MM_FIRST_PAGE;2007 i = ZEND_MM_FIRST_PAGE;2102 i = ZEND_MM_FIRST_PAGE;2165 i = ZEND_MM_FIRST_PAGE;2332 p->free_tail = ZEND_MM_FIRST_PAGE;2352 p->map[0] = ZEND_MM_LRUN(ZEND_MM_FIRST_PAGE);[all …]
Completed in 19 milliseconds