|
|
|
|
|
by stevefan1999
1225 days ago
|
|
If this project can trace memory allocation/deallocation and their call stacks in real time -- this would be super useful, because we can statistically profile which function is always allocating without proper free in a certain time frame (when the memory is supposed to be freed), because valgrind only tells you there are memory leaks but not where is the leak exactly. |
|
With allocscope, you do get a callstack for the allocations which leak, though.