Searched defs:XNEWVEC (Results 1 – 4 of 4) sorted by relevance
366 #define XNEWVEC(T, N) ((T *) xmalloc (sizeof (T) * (N))) macro