A heap memory profiler for Linux
Heaptrack traces all memory allocations and annotates these events with stack traces.Dedicated analysis tools then allow you to interpret the heap memory profile to: - find hotspots that need to be optimized to reduce the memory footprint of your application - find memory leaks, i.e. locations that allocate memory which is never deallocated - find allocation hotspots, i.e. code locations that trigger a lot of memory allocation calls - find temporary allocations, which are allocations that are directly followed by their deallocation
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 1.5.0-9.fc43 | - |
| Fedora 43 | 1.5.0-9.fc43 | - |
| Fedora 42 | 1.5.0-8.fc42 | - |
| Fedora 41 | 1.5.0-7.fc41 | - |
| Fedora EPEL 9 | 1.4.0-3.el9 | - |
| Fedora EPEL 8 | 1.2.0-7.el8 | - |
You can contact the maintainers of this package via email at
heaptrack dash maintainers at fedoraproject dot org.