--- Aaron Ardiri <[EMAIL PROTECTED]> wrote:
> > As a side note, O'Reilly's "Palm Programming: The
> > Developer's Guide" says that that MemHandleUnlock
> > underneath does a MemPtrUnlock, thus making the
> latter
> > call slightly faster....
> 
> you sure about this? i could see MemPtrUnlock()
> written as:
> 
> void
> MemPtrUnlock(void *ptr)
> {
>   MemHandleUnlock(MemPtrRecoverHandle(ptr));
> }
> 
> its been a while since i looked at the os source in
> this area tho
> that will tell you for sure which one is 'faster' :)

I haven't actually looked at the source, I merely
quoted what I remebered reading in the book.
But since you raise the doubt..... it would be
interesting...

Michel.P

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com

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

Reply via email to