> >I use MemHeapCompact(0) but it is not working! So I have a lot of > >free memory but can not use it because of fragmentation (as I > >suppose).
> You might consider allocating large hunks of memory in the storage > heap. Few things are ever locked in the storage heap, and it is much > bigger anyway, so you've got a better chance of the system being able > to produce a big contiguous chunk there. > > > -David Fedor But I need write access to large memory chunk (screen buffers). As it stated usage of MemHeapReserve()/MemHeapRelease() is prohibited. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
