Thanks for the info. Can you provide lock definitions?

I see #0, #1, and #15 ...

#15 = MemPtrNew
#0 = ??? <maybe globals??>
#1 = Forms data????

Is that right?


<[EMAIL PROTECTED]> wrote in message news:36316@palm-dev-forum...
>
>
>
> > 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