# track-heap ## Description 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 ## Usage: ```bash usage: track-heap [-h] {enable,disable,toggle-break} ... ``` ## Optional Arguments |Short|Long|Default|Help| | :--- | :--- | :--- | :--- | |`-h`|`--help`||show this help message and exit|