Forum Discussion

jon_1's avatar
jon_1
Occasional Contributor
14 years ago

Filter process

I am running AQTime Allocation Profiler on a VB6 application



It looks like I have two dlls that are consuming memory:    DllIImage.dll and PI_InspTools.dll



My last report generated generated a list of Object names: VB native memory.xxxxx



And I get details from the Detail view



How can I narrow my search?

How do I know what object this VB native memory.xxxx is ???

2 Replies

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3
    Hi Jon,



    Isn't the line #75 in the CPoint.cls module (as per screenshot you've attached) contains the line that allocates the memory that is not released?

    Try to double-click the top line in the Creation Call Stack pane - this should open the Editor pane with the proper source file opened and positioned to the needed line.