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