MCPcopy Create free account
hub / github.com/bytedance/dplm / DeleteArray

Function DeleteArray

analysis/TMalign.cpp:262–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262template <class A> void DeleteArray(A *** array, int Narray)
263{
264 for(int i=0; i<Narray; i++)
265 if(*(*array+i)) delete [] *(*array+i);
266 if(Narray) delete [] (*array);
267 (*array)=NULL;
268}
269
270string AAmap(char A)
271{

Callers 3

clean_up_after_approx_TMFunction · 0.70
CPalign_mainFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected