Searched refs:ppArray (Results 1 – 1 of 1) sorted by relevance
148 #define DELETEARR(ppArray,nCount) \ argument151 if (ppArray) \153 delete[] ppArray[i]; \154 delete[] ppArray; \155 ppArray = NULL; \158 #define DELETESTR(ppArray,nCount) \ argument161 if (ppArray) \163 delete ppArray[i]; \164 delete[] ppArray; \165 ppArray = NULL; \
Completed in 21 milliseconds