Well one of my leaks is either coming from a bitmap that is on a form, or global pointers that I cannot figure out how to re-allocate... if you have any suggestions, I could use the help! Gremlins rule.
Thanks Adam E. Ornstein Information Resource Specialist [EMAIL PROTECTED] (301) 427 - 1266 -----Original Message----- From: Ariel Ayala [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 2:51 PM To: Palm Developer Forum Subject: Re: memory leaks... I usually have Mem leaks in functions that set text to popup triggers, fields, etc (basically). A way that 'works' for me to detect them is run the Gremlins tool of POSE, while debugging the app. And when MemLeaks are detected, see the log file generated (in the Emulator's directory, the most recently modified 'log_XXXX.txt' file). This file shows the functions calls stack, that generate the memory leaks. Ariel Ayala Corrientes, Argentina ----- Original Message ----- From: "Ornstein, Adam" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, April 26, 2004 10:30 AM Subject: memory leaks... > > > Hey, > > Does anyone have any suggestions as to where would be a good place to begin > searching for memory leaks? I assume that they are similar to de-allocated > pointers, but I was wondering if anyone might be able to give me some > pointers. > > Thx > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
