Hello
Could you paste me here some links or good books where i could read about searching for memory leaks in application using TRK with carbide debugger?
Thanks in advance
Nuker
Hello
Could you paste me here some links or good books where i could read about searching for memory leaks in application using TRK with carbide debugger?
Thanks in advance
Nuker
Sorry but i donot think there is any resource available for memory leaks on device.
But you can find docs for emulator memory-leak check, search for Hooklogger in SDK help and Wiki or http://www.newlc.com/Hooklogger-Trac...aked-heap.html
For past few months, i have used hooklogger and in my opinion its one of the easiest way to find memory leak.
Thanks for being interested in my post.
How about libs which are not part of SDK. It s not possible to launch them on emulator because they are not for WINSCW.
Is there any way to check memory leaks while I am using them?
Thanks in advance
Not really. For running on the emulator you have to bypass/replace somehow the given libraries (like loading a bitmap instead of capturing an image with the camera, etc.). Possibility of that largely depends on the given libraries, what they are doing, etc.
You can track your memory usage via User::Available, User::CountAllocCells, but they do not really help in locating a leak if there is any.
so are you having some memory leak or you just want to test your application against memory leak on device? It can be a pain finding memory leak on device.
Thanks for replays,
I want to check for memory leaks in my application to avoid any.
i ll try to use hooklogger.
Thanks
Nuker