> From: Harry Ohlsen [mailto:[EMAIL PROTECTED]]
> If the memory management in Poser is done by reference counting

Poser's memory leak detection just tracks your Memory Manager allocations
and deallocations, like many other heap debugging tools.  It doesn't examine
what actually happens to allocated memory inside your code.

I don't know why Poser would check for memory leaks while Bob's app is still
running.  It checks in a SysAppExit patch.  Bob: does your app use
SysAppLaunch and/or SysUIAppSwitch to integrate multiple app databases into
one logical user application, or something like that?

-slj-


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to