HomeSort by: relevance | last modified time | path
    Searched refs:isl_realloc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
ctx.h 126 #define isl_realloc(ctx,ptr,type,size) ((type *)isl_realloc_or_die(ctx,\ macro
130 #define isl_realloc_type(ctx,ptr,type) isl_realloc(ctx,ptr,type,sizeof(type))
135 isl_realloc(ctx,ptr,type,(n)*sizeof(type))
  /src/external/mit/isl/dist/
isl_pw_add_disjoint_templ.c 32 res = isl_realloc(ctx, pw, struct PW,
isl_list_templ.c 107 res = isl_realloc(ctx, list, LIST(EL),

Completed in 15 milliseconds