I want to find memory leak (using windows 7 OS) for the C++ program by observing "windows task manager" processes tab for gradual increase in memory. I am confused as i see lot of column's related to memory that i listed below in "windows task manager's" process tab. Memory - Working Set Memory - Working Set Delta Memory - Private Working Set Memory - Commit Size Memory - Paged Pool Memory - Non-paged Pool
I have searched topic related to this on web, but i couldn't get satisfactory answer.
Please let me know which indicator i should use to check increase in memory so that i can decide if my C++ code\process is having memory leak.
FYI My limitation is; I cannot use any profiling tool or static code analyzer tool and only have windows task manager access on the system to find memory leak.