> But what's the biggest chunk you can allocate? AFAIK, MemGluePtrNew in > SDK 5 R3 can allocate a non-movable chunk of up to 184Kb, while > MemHandleNew is limited to 64Kb.
it isn't 184Kb :) thats for sure - at least on the devices with 12Mb of heap memory - you may be running on an older device; hence, the lower amount of memory available. i believe, some developers have been able to allocate a single 4Mb chunk using MemGluePtrNew() - it varies from device to device; and, of course based on how fragmented your dynamic heap is. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
