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