Searched defs:ALLOC (Results 1 – 9 of 9) sorted by relevance
51 #define ALLOC "allocate" macro
80 ALLOC, enumerator
96 #define ALLOC(x) (struct x *)malloc(sizeof (struct x)) macro
63 #define ALLOC(object_type) (object_type *) mem_alloc(sizeof (object_type)) macro
299 #define ALLOC(type, size) \ macro
374 #define ALLOC(MP) MP_ALLOC(MP) macro
90 #define ALLOC(ops, size, mem, index_p, saved_mode) \ macro
441 #define ALLOC(NUM,TYPE) \ macro
153 #define ALLOC(x) ((struct _##x *)getmem(sizeof (struct _##x))) macro