Description
Memory leaks in Linux programs can be tracked from the terminal while the target application runs.
It is useful for developers and maintainers who need a lightweight way to see heap growth, allocation patterns, and suspicious memory use during testing. Results still need technical interpretation, because the tool points to memory behavior rather than deciding the root cause automatically.