Searched refs:_Nn (Results 1 – 1 of 1) sorted by relevance
101 #define XNEWVEC(_Ty, _Nn) \ argument102 ((_Ty *) xmalloc(sizeof (_Ty) * (_Nn)))104 #define XRESIZEVEC(_Ty, _Pt, _Nn) \ argument105 ((_Ty *) xrealloc((void *) (_Pt), sizeof (_Ty) * (_Nn)))