Dr. Memory with D

Namespace rswhite4 at googlemail.com
Fri Nov 8 08:39:29 PST 2013


How did I use Dr. Memory with D applications?
Every time I try it, my application crash and I get leak errors 
(maybe because of the GC).

My test code is this:
----
import std.stdio;

void main() {
	
}
----

So how can I configure Dr. Memory for D?


More information about the Digitalmars-d-learn mailing list