Searched refs:__isl_calloc (Results 1 – 1 of 1) sorted by relevance
14 #define __isl_calloc(type,size) ((type *)calloc(1, size)) macro15 #define __isl_calloc_type(type) __isl_calloc(type,sizeof(type))