Guest harryscotter Posted June 29, 2007 Report Posted June 29, 2007 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now