I am tracing how much memory an object is using. I have simple program which simply instantiate the object and the delete it.
If I look at the output of massif or if I look at the virtual memory from top I get completely different result. Do you have any ideas? When I use top I've simply added a cin >> a
just to pause the program.