ZEND_MM_REST_BUCKET  877 Zend/zend_alloc.c 	heap->rest_buckets[0] = heap->rest_buckets[1] = ZEND_MM_REST_BUCKET(heap);
ZEND_MM_REST_BUCKET 1078 Zend/zend_alloc.c 		mm_heap->rest_buckets[0]->next_free_block = mm_heap->rest_buckets[1]->prev_free_block = ZEND_MM_REST_BUCKET(mm_heap);
ZEND_MM_REST_BUCKET 1800 Zend/zend_alloc.c 		while (p != ZEND_MM_REST_BUCKET(heap)) {