Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a program and I need to evaluate the amount of memory my program is using. Is there a function is C++ that I can use to get the amount of memory that my program is using?
Posted
Updated 21-Jan-14 2:35am
v2

Please, check this:

http://msdn.microsoft.com/en-us/library/windows/desktop/ms683219(v=vs.85).aspx[^]

And see the "Collecting Memory Usage Information for a Process" example about on the middle of page.
 
Share this answer
 
Have a look here[^]...
 
Share this answer
 
Comments
H.Brydon 21-Jan-14 9:09am    
+5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900