[fpc-devel] TList or TFPList - a Linked list ?

Micha Nelissen micha at neli.hopto.org
Wed Dec 14 21:59:38 CET 2005


On Wed, 14 Dec 2005 21:33:34 +0100
Micha Nelissen <micha at neli.hopto.org> wrote:

> For (1) I was thinking about making a linked list of an array of items, for
> example 14 pointers (so that 8 bytes are left for next pointer and memory
> manager needs on 32 bit platform). 

Tiny addition: for 64bit OS you would also use 14 pointers, but 16 bytes
are left, which again is one for next pointer and memory manager's "size:
ptrint".

Micha



More information about the fpc-devel mailing list