FastMM4
FastMM4 copied to clipboard
A memory manager for Delphi and C++ Builder with powerful debugging facilities
hi, i get this error only on windows 7 vm in win 10 all goes well build with latest fastmm and 10.2 Tokyo any idea how to get rid of...
When I try to register a COM Dll compiles with FastMM 4.992 with the UseReleaseStack option enabled then registration using tregsvr hangs. Also adding the dll into a COM+ application...
Currently this method sorts by `TotalMemoryUsage`: ``` Delphi function LogMemoryManagerStateToFile(const AFileName: string; const AAdditionalDetails: string = ''): Boolean; ``` For monitoring live memory allocations in an application, and comparing before/after...
Hello, I've see in fastmm4.pas code a line (12167) like : procedure AppendMemorySize(ASize: NativeUInt); begin if ASize < 10*1024 then…. I Wonder if this could be replcaced by procedure AppendMemorySize(ASize:...
Hi and thanks for your great tools. I'm having a rough time trying to track memory leaks for memory allocated in a dynamically loaded dll. Trying to use the standard...
# Edit The global `Boolean` variable `SuppressMessageBoxes` already suppresses the effect of a missing `NoMessageBoxes` define, but it is not obvious these are correlated. Adopt documentation/comments to make their relation...
I have a delphi ISAPI DLL program, in my project options I have Debug configuration for 32bit platorm set. I also have the following compiler declaratives set. {$INCLUDE FastMM4Options.inc} {$DEFINE...
We are using FastMM in its latest version in our application and are very pleased with its capabilities, especially the full debug mode support. However, in memory intensive cases, its...
Any chance to at support for Visual Studio?