Jump to content

Stack Trace on Windows Mobile 5


Guest harryscotter

Recommended Posts

Guest harryscotter

Hi.

I'm writing a memory manager for a windows mobile 5 app, mainly because im trying to track down some memory leaks.

I'm overriding new and delete and I have a memory allocation table that tells me the size of the memory allocations that have leaked (not freed when the app is exiting). I would like to be able to record a stack trace with each memory allocation.

I cant seem to find a way of doing this because all the useful debug stuff in win32 doesnt exist in windows ce. I dont have platform manager so I cant use that to help me (I tried downloading the trial version but it just keeps crashing anyway).

Is there a library (preferably free) that anyone uses for this?

Thanks,

Steven

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.