Hacker News new | ask | show | jobs
by malkia 857 days ago
Thanks! Should look into heaptrack - reading that it's linux only, but probably can be adopted for Windows?
1 comments

MTuner exists for Windows which is similar but different. Porting heaptrack is not straight forward, as it heavily relies on libraries that do not work on Windows or do not support Windows executables and debugging information, such as libunwind and elfutils.