The memory manager might theoretically have had to allocate some structure
for its internal management of memory.  Also, you might now have a
fragmented heap, and would almost certainly have two separate chunks marked
as "free" whereas you previously would only have had one.

Use the PalmDebugger or the console in Metrowerks' debugger and do a "hd 0"
command to look at the heap; that'll let you see exactly what is allocated.

-David Fedor
Palm Developer Support

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

Reply via email to