コード例 #1
0
// free unused allocations in the array registries
//---------------------------------------------------------
void NDG_garbage_collect()
//---------------------------------------------------------
{
  DVec dv; dv.compact();  umTRC(2, "*** compacted <double> *** \n");
  IVec iv; iv.compact();  umTRC(2, "*** compacted <int>    *** \n");
}