My application needs to store various computation results into memory
chunks. Since these chunks need to grow over time in the course of the
application, I allocate them as movable using MemHandleNew to prevent
that one chunk blocks another when attempting a resize. Alas,
MemHandleNew seems to be limited to 64Kb (I get a NULL beyond that),
unlike a new API like MemGluePtrNew that seems to be limited only by the
device heap space. Is there a way to allocate a movable chunk > 64Kb?


--
Luc Le Blanc


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

Reply via email to