Searched defs:ALLOC (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/cloog/source/
H A Dstride.c4 #define ALLOC(type) (type*)malloc(sizeof(type)) macro
H A Dinput.c10 #define ALLOC(type) (type*)malloc(sizeof(type)) macro
H A Dint.c4 #define ALLOC(type) (type*)malloc(sizeof(type)) macro
H A Dunion_domain.c13 #define ALLOC(type) (type*)malloc(sizeof(type)) macro
H A Dprogram.c54 #define ALLOC(type) (type*)malloc(sizeof(type)) macro
H A Dclast.c6 #define ALLOC(type) (type*)malloc(sizeof(type)) macro
H A Dloop.c44 #define ALLOC(type) (type*)malloc(sizeof(type)) macro
/haiku-buildtools/gcc/mpfr/src/
H A Dmpfr-gmp.h168 #define ALLOC(x) ((x)->_mp_alloc) macro
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf.h56 #define ALLOC (void*)malloc macro
H A Dzextract.c258 #define ALLOC malloc macro
/haiku-buildtools/cloog/source/isl/
H A Dconstraints.c10 #define ALLOC(type) (type*)malloc(sizeof(type)) macro
/haiku-buildtools/cloog/source/matrix/
H A Dconstraintset.c48 #define ALLOC(type) (type*)malloc(sizeof(type)) macro
/haiku-buildtools/gcc/gmp/
H A Ddumbmp.c59 #define ALLOC(x) ((x)->_mp_alloc) macro
H A Dgmp-impl.h496 #define ALLOC(x) ((x)->_mp_alloc) macro
/haiku-buildtools/gcc/gcc/java/
H A Djcf.h37 #define ALLOC xmalloc macro
/haiku-buildtools/gcc/zlib/contrib/minizip/
H A Dunzip.c112 # define ALLOC(size) (malloc(size)) macro
H A Dzip.c62 # define ALLOC(size) (malloc(size)) macro
[all...]
/haiku-buildtools/binutils/zlib/contrib/minizip/
H A Dunzip.c112 # define ALLOC(size) (malloc(size)) macro
H A Dzip.c62 # define ALLOC(size) (malloc(size)) macro
[all...]

Completed in 303 milliseconds