Searched refs:__isl_calloc (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_ctx.c14 #define __isl_calloc(type,size) ((type *)calloc(1, size)) macro
15 #define __isl_calloc_type(type) __isl_calloc(type,sizeof(type))

Completed in 72 milliseconds