digitalmars.D.learn - Dr. Memory with D
- Namespace (11/11) Nov 08 2013 How did I use Dr. Memory with D applications?
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?
Nov 08 2013








"Namespace" <rswhite4 googlemail.com>