FastMM5
FastMM5 copied to clipboard
FastMM is a fast replacement memory manager for Embarcadero Delphi applications that scales well across multiple threads and CPU cores, is not prone to memory fragmentation, and supports shared memory...
Hello Pierre le Riche, I have always been a big fan of FastMM4, thank you for your work over the years. I noticed that FastMM5 cannot be compiled in XE2...
I understand that FastMM5 has new possibilities to configure it. But where should I read about it ? The source ?
Hey there, [RADStudio Memory management documentation](https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Memory_Management#Variables) says this about procedure's local variables:  These "Local Variables" can be accessed, using the IDE debugger, with a [Name, Value] pair list, such...
Hallo, I have a simple FMX-projecz (Win32) and try to use FastMM5 but it doesn't report leaks. Under VCL all works fine. What's wronmg here? program Project1; uses FastMM5, Classes,...
As you can probably guess I am fighting a spurious memory leak in my (or 3rd party?) code, and the memory leak is only there during / after complicated multithreaded...
Please add it.
When compile the FatMM5.pas with "implicit integer warnings" ON,   dproj: ``` true true true ``` There are multiple warnings (32 and 64 bit), most of them look innocent,...
Hey Pierre, We have an application that's very computationally intensive. But our customers can use a wide range of CPU's. Ranging from low-end i3's to some of the highest end...
When activating full debug mode, a freed memory area sees its content filled with the `$80808080` pattern. This means that a reference to an object will see all the fields...