Sergio Martins
Sergio Martins

Reputation: 937

How to find out the code location responsible for memory allocation on Windows

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

Answers (0)

Related Questions