mbeylis
11 years agoNew Contributor
Understanding Call Tree
Hello
I have run the Allocation Profiler on my application and got a long list of results. I am try to understand what it all means and how to fix the memory leaks
Attached is an example of one such call tree. The final node in the tree indicates a Live Count of 6 from a system class. All nodes above it have a Live Count of 1. if I trace it up to the first call from my application it is at a the point where it creates a TCustomADODataset but I am unsure as to what it is saying the problem is
Can someone please help me to understand what it is telling me?
I have run the Allocation Profiler on my application and got a long list of results. I am try to understand what it all means and how to fix the memory leaks
Attached is an example of one such call tree. The final node in the tree indicates a Live Count of 6 from a system class. All nodes above it have a Live Count of 1. if I trace it up to the first call from my application it is at a the point where it creates a TCustomADODataset but I am unsure as to what it is saying the problem is
Can someone please help me to understand what it is telling me?