November 08, 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?