> Ok this code seems to work fine !
> But is there a way to allocate more than maxChunk ?
> I have 16MB on my palm, but can allocate only 900k

probably time you went and read about how palmos memory
actually works. just because you have 16Mb on the palm,
it doesn't mean you have 16Mb dynamically allocatable
memory.

palmos ram is shared for both data and program storage.
there is a reserved area specifically setup for dynamic
memory usage, and, it can vary from 32k -> 2mb.

you surely should not be blatently allocating large 
chunks of memory when developing on palmos devices. that
is a serious no-no.

---
Aaron Ardiri                           [EMAIL PROTECTED]
CEO - CTO                                              +46 70 656 1143
Mobile Wizardry                         http://www.mobilewizardry.com/


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

Reply via email to