Running out of memory
    evilrat 
    evilrat666 at gmail.com
       
    Thu Dec 27 06:37:24 PST 2012
    
    
  
On Thursday, 27 December 2012 at 14:15:51 UTC, FG wrote:
> ...
>
> Now, this delete looks like Python's kind of GC cheating. :)
> Personally, I don't have anything against it, but is it a valid 
> practice?
delete itself is considered deprecated in D2, though it was used 
widely, instead there is destroy function but i still use delete 
too and never tested that func.
also u can call GC.collect() from core.memory module to tell GC 
to manually free mem
but don't accept this as absolutely truth because i'm a bit noob
    
    
More information about the Digitalmars-d-learn
mailing list