Re: memorymanager/fastmm question/suggestion
- From: "Dan Downs" <ddowns@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 29 Oct 2005 12:28:31 -0400
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
.
- Follow-Ups:
- Re: memorymanager/fastmm question/suggestion
- From: Pierre le Riche
- Re: memorymanager/fastmm question/suggestion
- References:
- memorymanager/fastmm question/suggestion
- From: Ben Taylor [Team Indy]
- memorymanager/fastmm question/suggestion
- Prev by Date: Re: result double
- Next by Date: Re: Performance Bottlenecks
- Previous by thread: Re: memorymanager/fastmm question/suggestion
- Next by thread: Re: memorymanager/fastmm question/suggestion
- Index(es):