Re: Problem with FastMM and D7
Because FastMM4 fills freed memory with 808080... where the old memory
manager just leaves it as it is. When the memory is left untouched, your
program might work until the memory manager starts to use that memory again.
So it is actually working on plain luck, and that is not good. One little
change anywhere in your code might trigger strange results that will be very
difficult for you to find, and now this new memory manager helps you with
avoiding these problems.
-Atle
.
Relevant Pages
- Re: VIRTUAL MEMORY
... In task manager look at the performance tab and repost the PF Usage ... What virus was ... Hard to know if you dont know about computers I know. ... Are you using one of those memory managers which free up memory. ... (microsoft.public.windowsxp.perform_maintain) - Re: GC Handle leaks....
... Note that you can use many features of SOS in VS 2005, ... to check the .Net memory and related GC counters and the GC Handles for the ... The handles in Task Manager relates to operating system handles, ... It means the GCHandle doesn't permit the object to be collected. ... (microsoft.public.dotnet.framework.performance) - Re: Physical Memory
... Thanks for your help, John. ... As for the services just use the Windows Services Management Console to ... Remote Access Connection Manager ... gig Pentium 4 processor and apparently a half gig of available memory, ... (microsoft.public.windowsxp.general) - Re: Scalable memory manager for Delphi.
... Performance should be equal or better than any other manager on the market. ... We found performance to be generally equal to MultiMM yet offers several ... memory corruption. ... Xeon testing with it, however, the latest demo app hasn't been run on Xeons ... (borland.public.delphi.thirdpartytools.general) - Re: Memory Leak
... Regarding .Net memory leak issue, an important step is determing if it is ... should not use the "Mem Usage" column in task manager which is misleading. ... Microsoft Online Community Support ... (microsoft.public.dotnet.languages.csharp) |
|