fastmm Questions

2

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 ...
Incubate asked 8/12, 2010 at 5:43

2

Solved

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...
Barrettbarrette asked 23/9, 2009 at 20:43

4

Solved

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 ...
Pirate asked 13/8, 2009 at 9:10

4

Solved

I've noticed in the following post that you can get a stack trace out of FastMM to show what appears to be where an object was allocated: How to track down tricky memory leak with fastMM? I can't...
Kyser asked 15/7, 2009 at 9:50

6

Solved

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 memor...
Spahi asked 7/11, 2008 at 11:52

1

Solved

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 f...
Balls asked 26/3, 2009 at 13:55

8

Solved

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,...
Catechism asked 23/11, 2008 at 4:38

2

Solved

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 ...
Wicklow asked 20/11, 2008 at 12:17

© 2022 - 2024 — McMap. All rights reserved.