Searched defs:ALLOCN (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/cloog/source/
H A Dint.c5 #define ALLOCN(type,n) (type*)malloc((n)*sizeof(type)) macro
H A Dunion_domain.c14 #define ALLOCN(type,n) (type*)malloc((n)*sizeof(type)) macro
H A Dclast.c7 #define ALLOCN(type,n) (type*)malloc((n)*sizeof(type)) macro
/haiku-buildtools/cloog/source/isl/
H A Dconstraints.c11 #define ALLOCN(type,n) (type*)malloc((n)*sizeof(type)) macro
/haiku-buildtools/cloog/source/matrix/
H A Dconstraintset.c49 #define ALLOCN(type,n) (type*)malloc((n)*sizeof(type)) macro

Completed in 181 milliseconds