Richard, the normal rule for these types of things is to assume you can't
really allocate very much dynamic heap at all, and so avoid it at all costs.
On OS3.0 devices with 2 Meg Ram, there's something like 44K of free Dynamic
Heap.  It's virtually unlimited on the newest devices.

Alan

"Richard Coutts" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Before allocating dynamic memory I do a check to insure that there's
enough
> memory to allocate and still leave some left over for the system and the
> app.
>
> My question is: Is there a rule of thumb as to how much Dynamic Memory to
> keep free?  E.g., 10% of total available on the device?  I have a limited
> number of devices to test on, so I can't do too much experimentation for
> this.
>
> Thanks!
> Rich
>
>



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

Reply via email to