Searched defs:XMALLOC (Results 1 – 4 of 4) sorted by relevance
80 # define XMALLOC(type, n) xnmalloc (n, sizeof (type)) macro
36 #define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE))) macro
869 #define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE))) macro
73 #define XMALLOC(TYPE) ((TYPE*) xmalloc (sizeof (TYPE))) macro