> I believe that the m515 only has 256K of dynamic memory available to the > device. Your global memory and your stack space is included in that value, > so 200K may very well be the limit.
Ah. Just so I'm clear on this -- the database resides in storage space, but since I'm loading every value of the database into a graph, then I'm effectively creating a copy of the database in dynamic memory, which is very limited in size on some devices?
Is dynamic memory faster than storage memory?
For reading, dynamic and storage memory is equivalent. For writing, memory on the dynamic heap can be written much quicker, as you don't have to go through pointer validation and memory protection.
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
