Skip to content

FeatureRequest: create a "Delta" report for memory allocations #46

@HHasenack

Description

@HHasenack

As you can probably guess I am fighting a spurious memory leak in my (or 3rd party?) code, and the memory leak is only there during / after complicated multithreaded execution of an analysis routine (and therefore ever increasing memory footprint upon running the same complicated routine with the same data over and over again).
Unfortunately the memory leak does NOT surface there when the app closes.

What would be very useful is to have a statistical delta report between two "Allocation group" values.
I am currently using the FastMM_LogStateToFile to generate reports, but it is very hard to analyze as many objects get destroyed and reallocated, causing the report to be lengthy and complicated.

So. What I actually want to know is the delta of "living" objects/allocations between 2 different Allocationgroups. (Which I use as kind-of memory state benchmarks)
Delta coult be count , total memory or both.

Or maybe there is a far better approach to finding the source of my problem.

Thanks for helping me out

Hans
(Registered as S&G Asset Management)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions