Re: memorymanager/fastmm question/suggestion



You can get the same behavior by doing with the default MM

SetLength(s,10000);
Delete(s,1,10000);

s is still pointing at a 10000 byte memory block, so upsizing the string is
quick.


Pierre would fastmm still have the same behavior? I'm guessing it would as
long as the variable s is still around.

DD


.