Searched refs:_Nn (Results 1 – 1 of 1) sorted by relevance
87 #define XNEWVEC(_Ty, _Nn) \ argument88 ((_Ty *) xmalloc(sizeof (_Ty) * (_Nn)))90 #define XRESIZEVEC(_Ty, _Pt, _Nn) \ argument91 ((_Ty *) xrealloc((void *) (_Pt), sizeof (_Ty) * (_Nn)))