Searched defs:XCNEWVEC (Results 1 – 4 of 4) sorted by relevance
367 #define XCNEWVEC(T, N) ((T *) xcalloc ((N), sizeof (T))) macro