Hunting down rogue memory allocations?

Gary Willoughby via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Oct 2 13:16:55 PDT 2014


Say i have created a program written in D, what tools are 
available for me to track memory allocations?

If you write a program and its performance is slow because you 
suspect too many allocations are taking place in unrecognised 
areas, what tools or techniques do you use to find where they are 
and eliminate them?


More information about the Digitalmars-d-learn mailing list