Hi all,
I am working on validating a Palm OS application that I wrote. One of the requirements of the validation is to perhaps show or prove that the memory allocated for this app is released once the app is closed. Is there any way of monitoring this or being able to see how the memory is handled? I looked in the emulator and simulator, but I could not find anything that would do something like this.
The Palm OS Emulator will report to you about any unallocated memory on the dynamic heap when your program ends. If it doesn't show a message about unfreed memory blocks, you can be pretty confident that you are handling your memory allocation correctly.
-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
