Re: Determining Process Memory Usage

Tech-Archive recommends: Fix windows errors by optimizing your registry



There's not going to be that sort of information. Data is not paged out,
ever.

Paul T.

"Kap" <Kap@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E735D4D4-AACF-4035-8BDC-6F9E19AFF094@xxxxxxxxxxxxxxxx
Basically what's available through GetProcessMemoryInfo(). I am
specifically
interested in PeakWorkingSetSize and WorkingSetSize. What I am trying to
do
is to monitor total heap usage of a given process over time.

"Paul G. Tobey [eMVP]" wrote:

What do you mean by "memory status of a process"? What are you trying to
find out?

Paul T.

"Kap" <Kap@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3C8FD7AD-2A27-49F5-AD37-A81B33379997@xxxxxxxxxxxxxxxx
Windows CE doesn't support GetProcessMemoryInfo(). The fuction
GlobalMemoryStatus() gives you information about physical and virtual
memory
of the system as a whole but not on process by process basis. I am in
an
environment where I can't use remote debugging tools. Is there anything
similar to GetProcessMemoryInfo in CE? How do I determine the memory
status
of a process?
Thanks.





.



Relevant Pages

  • Re: Memory leak in the Driver
    ... Paul G. Tobey wrote: ... Don't forget that "handles" are memory, too, as are USB packets, data ... and *you* are supposed to free it, could be the source of the leak. ... driver development, it's most likely that you are at fault. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Blue screen when loading Windows Update
    ... Paul ... > Type verifier in Start Run, follow the wizard but choose All Drivers. ... Make sure you are set to record minidumps (Small Memory Dumps) - ... > Load the crash dump file into windbg ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Determining Process Memory Usage
    ... Thank you for your help Paul. ... They all doesn't show any memory leaks ... leak. ... I have remote tools working but I can't reproduce the issue at my ...
    (microsoft.public.windowsce.embedded)
  • Re: Scratch Disk Full??
    ... >>> That means your HardDisk is almost full and lacks of space for virtual ... > to Photoshop) or have a large number of layers, etc., open ... I think in my case it has been lack of memory and or actual machine ... Paul ...
    (rec.photo.digital)
  • Re: Memory leak in the Driver
    ... if the following application is used then, there is no memory leak. ... Paul G. Tobey wrote: ... you are building a driver for? ...
    (microsoft.public.windowsce.platbuilder)