The MemPtrNew() documentation: Applications can use it when allocating dynamic memory. Note that chunks range in size from 1 byte to slightly less than 64KB; you cannot allocate a single chunk larger than this.
In Palm OS 3.5, the dynamic heap is sized based on the amount of memory available, and is generally larger than before. - So how large is 'larger than before'? http://www.escribe.com/computing/pcpqa/m62319.html mentioned MemChunkNew() In MemmoryMrg.h: MemPtr MemChunkNew(UInt16 heapID, UInt32 size, UInt16 attr) - Any documention about heap ID and attr? Thanks horace -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
