Deallocate array?
Matic Kukovec
matic.kukovec at pametnidom.si
Tue May 7 16:18:04 PDT 2013
On Tuesday, 7 May 2013 at 23:14:20 UTC, Ali Çehreli wrote:
> 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
Thanks for the quick reply, Ali.
Tried it, no changes.
More information about the Digitalmars-d-learn
mailing list