Didier Cabalé
Didier Cabalé
1. Thanks for your reply Arioch 2. I dumped the compiler options (as advised), and here it is -> [project7_buildoptions.txt](https://github.com/pleriche/FastMM4/files/7330724/project7_buildoptions.txt) 3. some screen-shots of my compile /linking options  ...
1. No, "detailed" Map file does not resolve. 2. Yes, within a function, the leak detail is reported, with the correct line number: 421797 [Project7.dpr][Project7][LeakProc$qqrv][14] -> Should not this be...
@the-Arioch , many thanks for this detailed analysis!
1. Thanks for your quick answer. 2. Please excuse my ignorance on this, but what fundamental difference does exist, at the time of a memory block allocation, between what is...
1. > FastMM would have to walk the call stack backwards through all the callers and collect whatever local variables it can get off the stack. Correct. 2. > Many...
Thanks for your reply 1. It is no question to "enable optimization" when it stands for program analysis. => I expect the local variables to be held in the stack...
Let me precise my goal: my goal is to use FastMM as a back-bone for building my own [call-graph](https://en.wikipedia.org/wiki/Call_graph) application, as a code-comprehension tool Here is how I imagine the...
Tell me if I'm confusing, but is not the search feature already present [there](https://github.com/Embarcadero/OTAPI-Docs/wiki) ?