Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 2
    This is a good suggestion - it may be worth pointing out that you can't tell the difference between a large amount of memory allocated for a long time and many smaller short-term allocations. It's hard to know whether the questioner is also interested in other memory usage (stack, mmapped files, text segments etc). Commented Jul 7, 2017 at 8:55
  • @TobySpeight If you look at the linked answer, you can actually get histogram output of much more specific data Commented Jul 7, 2017 at 15:27
  • Consider editing to add that comment about the link, so that others know why they might want to follow it. I haven't used Massif very much, but did think it was probably a better choice than Memcheck here - thanks for confirming that! Commented Jul 10, 2017 at 8:07