memory allocation in dmd

Walter Bright newshound2 at digitalmars.com
Sat Jun 22 14:41:13 PDT 2013


Compiling std.algorithm for unittests consumes all the memory on many machines. 
I've been looking into what is allocating all that memory, and it isn't so easy 
without adding instrumentation code anywhere.

Anyone know of a convenient tool to do this on Linux?

(valgrind just hangs, or at least I gave up on it after 6 hours)


More information about the Digitalmars-d mailing list