tags:

views:

961

answers:

5

Hi,

i have to find out a memory leak issue on windows ce 4.0/5.0 device. Is there any tool which shows me the all the processes info, like memory, handle count... So that i can identify the culprit process.

If there are any memory leak detection tools for CE 4.0/5.0?

Thanks

+1  A: 

http://www.vttoth.com/LPK/taskmanager.html

This is kind of old, but might still work.

Andy White
A: 

Have a look at this article. Provided that the Toolhelp32 library is available in your device, you could easily write code that enumerates processes and memory.

kgiannakakis
A: 

acbTaskMan works like a charm for me. The free version does not show per-process information, but paid version is not too expensive.

Ignas Limanauskas
A: 

The best tool, by a very long margin, for this is Entrek's CodeSnitch.

ctacke
A: 

How about PocketPC Process Explorer - it's free and offers several cool features.