Currently heap memory regions are identified by the allocation size rather than their id/call site.
Fixing this may cause it to not terminate since the counter is always incremented; so they should be identified by their call site rather than the counter.
A partial fix is currently included in analysis-devel so this needs to be addressed before merging.
Currently heap memory regions are identified by the allocation size rather than their id/call site.
Fixing this may cause it to not terminate since the counter is always incremented; so they should be identified by their call site rather than the counter.
A partial fix is currently included in
analysis-devel
so this needs to be addressed before merging.