-1

I have been trying to use valgrind memory usage tool massif. But I have a problem when I try to visualize the output of valgrind --massif output .out with programs ms_print and massiff visualizer app.

There is a difference of 2KiB between ms_print and massiff visualizer app (http://milianw.de/tag/massif-visualizer).

Is there anything I am missing ? I have added screenshots of both.

Thanks

enter image description here enter image description here

Dinesh G
  • 129
  • 7

1 Answers1

1

There is no difference, 1KiB = 1024B. So 71KiB = 72704B.

Matthieu Brucher
  • 21,634
  • 7
  • 38
  • 62