rest_pages_count 1585 Zend/zend_alloc.c int rest_pages_count = (int)((old_size - new_size) / ZEND_MM_PAGE_SIZE); rest_pages_count 1588 Zend/zend_alloc.c heap->size -= rest_pages_count * ZEND_MM_PAGE_SIZE; rest_pages_count 1591 Zend/zend_alloc.c chunk->free_pages += rest_pages_count; rest_pages_count 1592 Zend/zend_alloc.c zend_mm_bitset_reset_range(chunk->free_map, page_num + new_pages_count, rest_pages_count);