Reputation: 937
I have a C++ application using 400MB of heap and I'd like to know which cpp files/line numbers contributed the most for that allocation.
On Linux I've successfully used Massif for this purpose.
I'm not interested in knowing how to detect memory leaks, these allocations are all reachable.
Upvotes: 0
Views: 229