Searched defs:ALLOC (Results 1 – 5 of 5) sorted by relevance
28 #define ALLOC 1 macro
48 #define ALLOC(x) (struct x *) ckalloc(sizeof(struct x)) macro
29 #define ALLOC(lhs, type)\ macro
37 #define ALLOC BIT(0) /* val.s has been allocated */ macro
43 #define ALLOC(size) malloc(size) macro