# track-heap (only in GDB) ```text usage: track-heap [-h] {enable,disable,toggle-break} ... ``` Manages the heap tracker. The heap tracker is a module that tracks usage of the GLibc heap and looks for user errors such as double frees and use after frees. Currently, the following errors can be detected: - Use After Free ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit|