ZEND_MM_FIRST_PAGE 865 Zend/zend_alloc.c chunk->free_pages = ZEND_MM_PAGES - ZEND_MM_FIRST_PAGE; ZEND_MM_FIRST_PAGE 866 Zend/zend_alloc.c chunk->free_tail = ZEND_MM_FIRST_PAGE; ZEND_MM_FIRST_PAGE 870 Zend/zend_alloc.c chunk->free_map[0] = (1L << ZEND_MM_FIRST_PAGE) - 1; ZEND_MM_FIRST_PAGE 871 Zend/zend_alloc.c chunk->map[0] = ZEND_MM_LRUN(ZEND_MM_FIRST_PAGE); ZEND_MM_FIRST_PAGE 1071 Zend/zend_alloc.c page_num = ZEND_MM_FIRST_PAGE; ZEND_MM_FIRST_PAGE 1072 Zend/zend_alloc.c len = ZEND_MM_PAGES - ZEND_MM_FIRST_PAGE; ZEND_MM_FIRST_PAGE 1143 Zend/zend_alloc.c if (free_chunk && chunk->free_pages == ZEND_MM_PAGES - ZEND_MM_FIRST_PAGE) { ZEND_MM_FIRST_PAGE 1845 Zend/zend_alloc.c chunk->free_pages = ZEND_MM_PAGES - ZEND_MM_FIRST_PAGE; ZEND_MM_FIRST_PAGE 1846 Zend/zend_alloc.c chunk->free_tail = ZEND_MM_FIRST_PAGE; ZEND_MM_FIRST_PAGE 1848 Zend/zend_alloc.c chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1; ZEND_MM_FIRST_PAGE 1849 Zend/zend_alloc.c chunk->map[0] = ZEND_MM_LRUN(ZEND_MM_FIRST_PAGE); ZEND_MM_FIRST_PAGE 1954 Zend/zend_alloc.c i = ZEND_MM_FIRST_PAGE; ZEND_MM_FIRST_PAGE 1978 Zend/zend_alloc.c if (chunk->free_pages == ZEND_MM_PAGES - ZEND_MM_FIRST_PAGE) { ZEND_MM_FIRST_PAGE 2111 Zend/zend_alloc.c i = ZEND_MM_FIRST_PAGE; ZEND_MM_FIRST_PAGE 2258 Zend/zend_alloc.c memset(p, 0, ZEND_MM_FIRST_PAGE * ZEND_MM_PAGE_SIZE); ZEND_MM_FIRST_PAGE 2265 Zend/zend_alloc.c p->free_pages = ZEND_MM_PAGES - ZEND_MM_FIRST_PAGE; ZEND_MM_FIRST_PAGE 2266 Zend/zend_alloc.c p->free_tail = ZEND_MM_FIRST_PAGE; ZEND_MM_FIRST_PAGE 2267 Zend/zend_alloc.c p->free_map[0] = (1L << ZEND_MM_FIRST_PAGE) - 1; ZEND_MM_FIRST_PAGE 2268 Zend/zend_alloc.c p->map[0] = ZEND_MM_LRUN(ZEND_MM_FIRST_PAGE); ZEND_MM_FIRST_PAGE 2805 Zend/zend_alloc.c chunk->free_pages = ZEND_MM_PAGES - ZEND_MM_FIRST_PAGE; ZEND_MM_FIRST_PAGE 2806 Zend/zend_alloc.c chunk->free_tail = ZEND_MM_FIRST_PAGE; ZEND_MM_FIRST_PAGE 2808 Zend/zend_alloc.c chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1; ZEND_MM_FIRST_PAGE 2809 Zend/zend_alloc.c chunk->map[0] = ZEND_MM_LRUN(ZEND_MM_FIRST_PAGE); ZEND_MM_FIRST_PAGE 29 Zend/zend_alloc_sizes.h #define ZEND_MM_MAX_LARGE_SIZE (ZEND_MM_CHUNK_SIZE - (ZEND_MM_PAGE_SIZE * ZEND_MM_FIRST_PAGE))