Hi Adam,
Thank you for creating this library—it’s been invaluable for tracking down memory leaks.
I’ve extended the tool to parse trace files containing alloc/free events. These events now include metadata about object types at specific addresses, thanks to a recent update. With this addition, it’s possible to identify most heap objects without requiring source code changes.
Would you be open to merging these changes? I’d be happy to clean up the implementation first, but wanted to check your interest before proceeding.