I noticed this datum in Globals.h.  I was considering doing a checksum of
low mem before/after my app loop to detect misbehaviors, something like:

gPreChecksum = Crc16CalcBlock ( PilotGlobalsP, sizeof( LowMemHdrType), 0 );
// .. app execution
ErrFatalDisplayIf( gPreChecksum != Crc16CalcBlock( PilotGlobalsP,
izeof( LowMemHdrType), 0, "Drat...");

When I stumbled across GSysLowMemChecksum, I was curious if this is already
done for me automatically, and maybe a little more info about when and why.

Thank you,
-Jeff Ishaq





-- 
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