digitalmars.D.learn - dmd output executable vs valgrind --tool=massif
- Druzhinin Alexandr (5/5) Mar 09 2013 Massif (and valgrind in general) is a nice tool and using it I tried to
Massif (and valgrind in general) is a nice tool and using it I tried to investigate where memory leaks. I found that more than 50% of heap consumed by unknown code. How can I get what those symbols is? May be there is some option to hint valgrind where to find symbols or may be I should rebuild, for example, druntime with debug info and so on?
Mar 09 2013