11 typedef struct isl_list isl_list
;
13 struct isl_list
*isl_list_alloc(struct isl_ctx
*ctx
, int n
);
14 void isl_list_free(struct isl_list
*list
);
16 __isl_give isl_list
*isl_list_concat(__isl_take isl_list
*list1
,
17 __isl_take isl_list
*list2
);
19 extern struct isl_obj_vtable isl_obj_list_vtable
;
20 #define isl_obj_list (&isl_obj_list_vtable)