Searched defs:ALLOC (Results 1 – 7 of 7) sorted by relevance
105 #define ALLOC(var, size, type) type var[size] macro108 #define ALLOC(var, size, type) var = alloca(sizeof(type)*(size)) macro111 #define ALLOC(var, size, type) var = PUSH(stack, size, type) macro
85 #define ALLOC(_ptr,_size) \ macro
58 #define ALLOC(MP) ((MP)->alloc) macro
43 #define ALLOC(size) malloc(size) macro
112 # define ALLOC(size) (malloc(size)) macro
62 # define ALLOC(size) (malloc(size)) macro
993 #define ALLOC BIT(0) /* val.s has been allocated */ macro