[fpc-pascal] Question on how to avoid memory trouble
Micha Nelissen
micha at neli.hopto.org
Tue Feb 6 18:18:01 CET 2007
Wayne Sherman wrote:
> Getting a better containers unit is nice, but the root of the problem
> seems to be the memory manager. Delphi's old memory manager had
No.
> fragmentation issues also. That is why NexusMM, BucketMM and FastMM we
The memory manager cannot fix fragmentation in TStringList. Delphi's
memory manager fragmented memory with (repeated) different memory size
usages.
Micha
More information about the fpc-pascal
mailing list