> For instance, in the "start" column, what's a '-' vs. a '*' before
> the address?

'-' means that the chunk is movable
'*' menas that the chunk can be movable but is currently locked
'<bullet>' means that the chunk is non-moveable (created with MemPtrNew)
' ' means that the chunk is free

> What's an 'M' vs. 'm' in flags?

Hmmm...this appears to indicate the same information.

'F' chunk is free
'f' chunk is not free
'M' chunk is movable (zero lockcount)
'm' chunk is not movable (non-zero lockcount)

-- Keith Rollin
-- Palm OS Emulator engineer



-- 
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