by "hellokarl" <hellokarl@[EMAIL PROTECTED]
>
Feb 28, 2006 at 08:03 PM
The difference between that and the delphi dynamic arrays is that in
delphi it is more like a linked list and it is not guaranteed to be one
nice long block of memory like the alloc will give you. Delphi,
working its way towards a managed language, doesn't like to give you
the interface to direct memory allocation