Searched defs:GNEWVEC (Results 1 – 2 of 2) sorted by relevance
520 #define GNEWVEC(T, N) ((T *) gmalloc (sizeof (T) * (N))) macro