Hi,
I have an app (C++) that runs on windows fine, and all memory appears to be released correctly (by observing the mem usage in Windows Task Manager).
When I run the same app on Unix / Linux, the memory does not release properly, and eventually goes on to the disk.
Is this a problem people have seen before? Are there any "techniques" to try and locate this problem?
Thanks in advance.
I have an app (C++) that runs on windows fine, and all memory appears to be released correctly (by observing the mem usage in Windows Task Manager).
When I run the same app on Unix / Linux, the memory does not release properly, and eventually goes on to the disk.
Is this a problem people have seen before? Are there any "techniques" to try and locate this problem?
Thanks in advance.