getting amount of memory my process is taking

  • Thread starter Thread starter Abubakar
  • Start date Start date
A

Abubakar

Hi,

is there any win32 api or standard library function that would tell me how
much memory my application/process is taking? What I want is to see how much
memory some of my important functions are allocating and proper;y
deallocating.

regards,

-ab.
..
 
is there any win32 api or standard library function that would tell me how
much memory my application/process is taking? What I want is to see how
much memory some of my important functions are allocating and proper;y
deallocating.

Hi,
Have a look at GetProcessMemoryInfo. It is part of the platform SDK. i.e. it
is a win32 api function.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 
Back
Top