Which memory footprint?  The application code and resources take up some space 
in the cache on NVFS devices or in storage.  This is roughly equal to the size 
of the prc file, except that ARM-translations of resources get created.  The 
globals go in dynamic RAM.  I expect you can find the size of the globals by 
having your linker generate a map, or by looking at the size of the 'data' 
resource in your prc file.  The size of databases created by your app can be 
checked with a file manager, e.g., the free Filez.  The amount of dynamic RAM 
can be checked with appropriate Mem*() calls.  Find the dynamic heap size 
before and after by looping through the heaps, checking which heap is dynamic 
with MemHeapDynamic(), and then calling MemHeapFreeBytes().  Look at the 
section that is ifdef'ed out in GetFreeStorage() in the PalmBible+ cvs: 
http://palmbibleplus.cvs.sourceforge.net/palmbibleplus/palmbible%2B/database.c?revision=1.50&view=markup
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to