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
Build Time
2024-03-19 12:07:22 GMT
Size
5.22 MB
d1ced8a86161dfab4b83dd4a0e417cfe
License
Apache-2.0 AND BSD-3-Clause AND BSL-1.0 AND GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND MIT