Letter H

heaptrack - A heap memory profiler for Linux

Website: https://cgit.kde.org/heaptrack.git/
License: GPLv2+
Vendor: Alcance Libre, Inc.
Description:
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

Packages

heaptrack-1.3.0-3.aldos.src [5.3 MiB] Changelog by Joel Barrios (2022-07-22):
- Rebuild with GCC 8.5.

Listing created by Repoview-0.6.6-6.fc14.al