Searched defs:GCNEWVEC (Results 1 – 2 of 2) sorted by relevance
521 #define GCNEWVEC(T, N) ((T *) gcalloc ((N), sizeof (T))) macro