Deallocate array?

Ali Çehreli acehreli at yahoo.com
Tue May 7 16:14:20 PDT 2013


On 05/07/2013 04:09 PM, Matic Kukovec wrote:> Hi

 > When the program waits at "din.getc();", memory usage in the Task
 > Manager is 150MB.
 >
 > Why isn't the memory deallocating?
 >
 > P.S.;
 > I tried temp_array.clear() and destroy(temp_array), but nothing changed.

GC.minimize() may work.

Ali



More information about the Digitalmars-d-learn mailing list