[futurebasic] Re: [FB] FB^3 [r7] Linked Lists via Pointers?

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : July 2003 : Group Archive : Group : All Groups

From: tedd <tedd@...>
Date: Sun, 6 Jul 2003 09:44:29 -0400
>BTW, handle memory has no advantage over pointer memory in OS X. 
>Physical memory does not get fragmented and is never compacted. 
>Handle blocks are therefore fixed, just like pointer blocks. They 
>are never moved by an allocation request. (Never?  Well hardly ever: 
>ResizeHandle is the exception.)   In an OS X-only app, if you have a 
>choice between pointer- and handle-blocks, use pointers; they carry 
>less overhead.
>
>Robert P.


Thanks -- I didn't know that.

tedd