fastmm
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.[详细]
2023-04-11 12:09 分类:问答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.[详细]
2023-04-09 03:22 分类:问答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[详细]
2023-04-08 15:14 分类:问答Delphi XE2: Does FastMM work with Win64 application?
I use FastMM in my Delph开发者_如何学JAVAi 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 w[详细]
2023-04-03 17:53 分类:问答FastMM fails to detect memory leaks
I\'m using FastMM开发者_StackOverflow社区 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 notic[详细]
2023-04-03 16:38 分类:问答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[详细]
2023-03-05 14:44 分类:问答OpenGL 3.2 in Delphi 2009 using FastMM 4.97 problem with UBOs in FullDebugMode
I\'m sitting with an OpenGL 3.2 application in Delphi 2009. When using FastMM 4.97 with FullDebugMode defined the UBOs does not get their data properly. With FullDebugMode undefined everything works l[详细]
2023-02-24 05:29 分类:问答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.[详细]
2023-02-20 13:19 分类:问答FastMM: Total Allocated Memory
How could I get the total amount of memory, that allocated by FastMM? I\'ve tried that:开发者_如何学Go[详细]
2023-02-20 06:19 分类:问答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.[详细]
2023-02-20 01:23 分类:问答