HomeSort by relevance Sort by last modified time
    Searched refs:isl_realloc (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
ctx.h 111 #define isl_realloc(ctx,ptr,type,size) ((type *)isl_check_ctx(ctx,\ macro
115 #define isl_realloc_type(ctx,ptr,type) isl_realloc(ctx,ptr,type,sizeof(type))
120 isl_realloc(ctx,ptr,type,(n)*sizeof(type))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
ctx.h 111 #define isl_realloc(ctx,ptr,type,size) ((type *)isl_check_ctx(ctx,\ macro
115 #define isl_realloc_type(ctx,ptr,type) isl_realloc(ctx,ptr,type,sizeof(type))
120 isl_realloc(ctx,ptr,type,(n)*sizeof(type))

Completed in 125 milliseconds