Tagged Questions
The fastmm tag has no wiki summary.
9
votes
5answers
5k views
How to get the Memory Used by a Delphi Program
I know how to get the System memory use using GlobalMemoryStatusEx, but that tells me the what the entire OS is using.
I really want my program to report how much memory it alone has allocated and is ...
8
votes
0answers
157 views
Is there a way to programmatically tell if particular block of memory was not freed by FastMM?
I am trying to detect if a block of memory was not freed. Of course, the manager tells me that by dialog box or log file, but what if I would like to store results in a database? For example I would ...
7
votes
2answers
642 views
Delphi XE2: Does FastMM work with Win64 application?
I use FastMM in my Delphi application to trace memory leaking especially in FullDebugMode. With the new release of Delphi XE2, can we use FastMM as the memory manager? Can FastMM work with the Win64 ...
7
votes
4answers
3k views
How to get a stack trace from FastMM
I've noticed in this post that you can get stack trace out of FastMM to show what appears to be where the object was allocated.
...
6
votes
1answer
204 views
Delphi Memory Issue (FastMM4)
Working on a project which uses factories to construct objects. I keep the pointers to the factory functions in vars globally (bad I know) and register them on initialization.
I recently was ...
6
votes
1answer
244 views
How to free TOleStream in this bit of code
This is from a custom namespacer handler done in Delphi I use to load files into a webbrowser component.
Datastream:IStream;
var
F: TFileStream;
Dummy: INT64;
begin
...
6
votes
8answers
3k views
Why the Excess Memory for Strings in Delphi?
I'm reading in a large text file with 1.4 million lines that is 24 MB in size (average 17 characters a line).
I'm using Delphi 2009 and the file is ANSI but gets converted to Unicode upon reading, so ...
5
votes
1answer
171 views
FastMM fails to detect memory leaks
I'm using FastMM 4.97 in my application in Delphi5.
Everything works well, if I run my application from the IDE with an intentional leak for test purposes. I get proper notices and error logs.
...
5
votes
2answers
476 views
How to use FastMM4 in a Delphi 6 package?
I have been using FastMM4 version 4.92 in my Delphi 6 Pro application smoothly. I now want to use it in a package I created (BPL). I tried putting the units in the Contains section and then moving ...
5
votes
3answers
1k views
Why does my Delphi program's memory continue to grow?
I am using Delphi 2009 which has the FastMM4 memory manager built into it.
My program reads in and processes a large dataset. All memory is freed correctly whenever I clear the dataset or exit the ...
4
votes
4answers
219 views
Delphi 7.0 and memory leak?
After spending time with FastMM4 in weeding out any pieces of code that could possibly cause memory leak as indicated by FastMM4, we have been test running our software for about a month non-stop on ...
4
votes
3answers
319 views
FastMM: Total Allocated Memory
How could I get the total amount of memory, that allocated by FastMM?
I've tried that:
function GetTotalAllocatedMemory: Cardinal;
var
MMState: TMemoryManagerState;
begin
...
4
votes
4answers
285 views
Is it possible that FastMM is reporting an False AV?
I have a complex application that works as expected when compiled normally, but closing a form generates an AV when compiled using FastMM 4.97 (the latest). The AV occurs when the message dispatching ...
4
votes
2answers
383 views
Getting a longer stacktrace from FastMM?
When FastMM logs a memory leak it includes a stacktrace going back 9 calls. Problem is that the stacktrace is too general to locate the problem easily. The last function call in the trace is called at ...
4
votes
4answers
556 views
Delphi: memoryleak in IdStack, but who uses IdStack?
FAstMM reports a memoryleak from a TIdCriticalSection in IdStack.pas. I understand this is a intentional leak, that is documented in the code.
What I do not understand, is why IdStack is included in ...
4
votes
1answer
753 views
How can I enable the memory leak tracking with FastMM in DUnit?
In the GUI test runner, the menu items for memory leak checking are
inactive (grayed out). Is there a special switch I have not found yet to
activate them?
Using DUnit 9.4 (from Delphi 2009 or from ...
3
votes
1answer
313 views
Current FastMM release versus Delphi XE default
We've been experiencing problems with the way 3rd-party component thread code is being handled in Delphi XE. I say 3rd-party because our core application does not implement any multi-thread code on ...
3
votes
3answers
359 views
Delphi: FastMM virtual memory management reference?
I had an issue recently (see my last question) that led me to take a closer look at the memory management in my Delphi application. After my first exploration, I have two questions.
I've started ...
3
votes
2answers
349 views
How to use FastMM in delphi expert(dll)
I made delphi expert(dll - delphi 5). I want to test my expert for memory leak.How to use FastMM for dll expert? Is it possible to use fastmm(for my dll) instead of the standard memory manager?
3
votes
6answers
515 views
Does FastMM detect all memory leaks
Somebody suggested recently ( My program never releases the memory back. Why? ) that my program leaks some memory. I have FastMM set to aggressive and it reports no memory leaks when I shutdown the ...
3
votes
3answers
840 views
FastMM4 says “The block header has been corrupted”
I had this nasty bug that disappeared in the past but now after quite some time it returned.
I have two TSam objects (derived from TPersistent) created and loaded into an TAsmJob object (derived from ...
3
votes
7answers
3k views
How to track down tricky memory leak with fastMM?
After upgrading a project from Delphi 2007 to Delphi 2009 I'm getting an Unknown memory leak, so far I've been tryin to track it down using fastMM, here is what fastMM stack trace reports:
A memory ...
2
votes
1answer
140 views
How to enable full debug mode in FastMM4?
I cannot figure out how to use FastMM. I have downloaded it from SourceForge and placed FastMM4Messages.pas and FastMM4.pas at the top of my dpr file.
I now call this procedure to leak some memory:
...
2
votes
1answer
118 views
If I am not using FastMM4 in full debug mode, is it any faster than the memory manager in Delphi XE2?
I use FastMM4, normally in full debug mode during development. If I turn off this mode should I arrange my app to go back to the Delphi (XE2) MM or is there a performance benefit in leaving FastMM4 ...
2
votes
2answers
356 views
FastMM4, Delphi6, Leak of TApplication?
I checked the FastMM4 with D6.
When I debug a simple application with uses "Forms", I everytime got 3 lines for memory leak.
This application has leaked memory.
The small block leaks are ...
2
votes
3answers
340 views
Delphi: FastMM makes your executables bigger?
Does FastMM makes your executables bigger? I notice my app grows about 300-500kb, which is rather big for me. I already turn off the delphi compiler option to exclude the debug info, but the size ...
2
votes
5answers
527 views
Delphi automatic garbage collector
Is it possible to think to have in future an automatic garbage collector in Delphi? There are many applications in which a higly detailed control on when to free an object is not so important and it ...
2
votes
2answers
208 views
Why do I get memory errors from my Delphi 2006 app running under Windows XP embedded
I have a D2006 app that uses FastMM4 (like, it has "FastMM4" in the start of the uses clause in the DPR file). I know Delphi uses FastMM4 as it's memory manager anyway, but the downloaded version has ...
2
votes
4answers
553 views
Delphi DLL that is compatible with other programming languages
I want to build a DLL that exports functions that return a string. This DLL should work with other programming languages!!
I have found all kind of nasty solutions/hacks to this, best one is to make ...
2
votes
1answer
474 views
FastMM log to file without FullDebugMode
I'd like to get FastMM memory leak report that shows up on app shutdown, but in a file instead of the dialog box. The idea is to use it in a release build as I have trouble reproducing the leaks.
I ...
2
votes
2answers
2k views
delphi - terminate all the threads (TThread) on closing application
My application is a tcp/ip server, with main thread created only once & listening all the time. When new client connects, the main thread creates the new thread of TClientThread type. There is ...
2
votes
2answers
563 views
Delphi - structures' strings not being freed [FastMM manager]
If I declare
PSomeStruct = ^TSomeStruct;
TSomeStruct = record
s1 : string;
end;
and I run the following code:
var
p: PSomeStruct;
begin
new(p);
p^.s1:= 'something bla bla bla';
...
2
votes
2answers
1k views
FreeMM vs ShareMem
We have a lot of dll-libraries written in both delphi and c++ builder, and use sharemem and borlndmm.dll.
An aligment-issue in a 3thparty library forces us over to the new memorymanager in delphi ...
1
vote
1answer
128 views
How do I get access to FastMM4's RegisterExpectedMemoryLeak?
I'm using Delphi's fastMM memory manager and I fail when I try to use the full debug mode.
I get the following errors when compiling:
FastMM\FastMM4.pas(6872) Error: Undeclared identifier: ...
1
vote
0answers
159 views
Unable to get FastMM4 to work with Delphi 7 application protected using ASProtect
I'm getting this error, "FastMM4 cannot install since memory has already been allocated through the default memory manager". I'm using ASProtect and Eurekalog for my Delphi 7 application (there's no ...
1
vote
1answer
128 views
Does FastMM support reserving virtual memory and calling in chunks to grow an array?
I know I can reserve virtual memory using VirtualAlloc.
e.g. I can claim 1GB of virtual memory and then call in the first MB of that to put my a growing array into.
When the array grows beyond 1MB I ...
1
vote
2answers
1k views
How do I turn on/off FastMM memory leak reporting under Delphi XE?
How do I turn on/off FastMM memory leak reporting under Delphi XE?
Under Delphi 7, I had to modify the inc file. But I hear that Delphi XE has FastMM already integrated. How do I access FastMM ...
1
vote
1answer
125 views
How to remove FastMM497 from my project file?
After spending a week of my time running using FastMM on my project file, I now have completely gone through my program and to best of my knowledge remove all but 3 error messages raised by FastMM497. ...
1
vote
1answer
298 views
Running in the IDE fails when using FullDebugMode for FastMM
I am trying to use FullDebugMode(fastmm4) to have a detailed report of memory leaks.
While I can get this work succesfully in a dummy application that creates and doesn't free a TStringList I cannot ...
1
vote
6answers
549 views
FastMM and Dynamically loaded DLLs
I have a host application, that loads a dozen of libraries at start up. I want to switch from Delphi 7s default memory manager to the full version of FastMM4 for better mem leak reporting.
Should I ...
1
vote
5answers
343 views
Why “menus” unit is finalized too early?
I tested my application with FastMM and FullDebugMode turned on, since I had some shutdown problems.
After solving bunch of my own problems FastMM started to complain about calling virtual method on ...
1
vote
1answer
501 views
C++ Builder 2010 How to switch to FASTMM
I have some projects which were done in c++ builder 2009 and they need borlandmm.dll to run. I have read that c++ Builder 2010 by default use Fastmm, but it doesn't seems to be the case in my ...
1
vote
1answer
206 views
Detect meamleaks with FastMM and the exitcode
I have an idea to enable FastMMs memleakreporting in the nightly automatic build. The messagebox should of course be disabled.
The simplest would probably be if the applications exitcode was > 0 if ...
1
vote
2answers
362 views
FastMM, stack trace memory for leaks in dynamicly loaded DLL, compiled with runtime packages
I'm using FastMM together with JCL Debug info to trace memory leaks in my application. However I have plugins which are dlls compiled in Delphi, both dlls and main application use common runtime ...
1
vote
1answer
463 views
How to correctly free/finalize an ActiveX DLL in Delphi?
We are using a class called ODNCServer here - at initialization, an TAutoObjectFactory object is created:
initialization
pAutoObjectFactory := TAutoObjectFactory.Create(ComServer, TODNCServer, ...
1
vote
1answer
128 views
FastMM svn version
I downloaded FastMM through an svn checkout. (instead of stable packaged version)
Can I use it (or is it safe to use) in my release builds?
I'm asking this as a seperate question as Rob Kennedy ...
1
vote
4answers
377 views
How list all instantiated objects?
How can I list all instantiated objects in all application, using FASTMM4 or default memory manager?
1
vote
4answers
1k views
How can I use FastMM4 memory leak reporting in a Service?
Does the same technique which FastMM4 for Delphi provides to report memory leaks to a detailed file work if the application runs as service? Of course the best practice would be to write unit tests ...
0
votes
0answers
132 views
Fastmm with New and Dispose Delphi 6
I have some Delphi 6 code that allocates memory using New and frees it using Dispose. I have stepped through the code and see that both New and Dispose actually do get called.
I am wondering why ...
0
votes
1answer
202 views
Using FastMM4, how to register leaked string?
With FastMM4 one can easily register a leaked pointer, but not a leaked string. Apparently the @ operator applied to a string is not really giving us the whole string, nor is PChar(string); What can I ...