koute / bytehound

A memory profiler for Linux.
Other
4.49k stars 193 forks source link

`aligned_alloc` support #78

Closed bch29 closed 2 years ago

bch29 commented 2 years ago

I tried to use bytehound on my application and ran into this disappointing panic: https://github.com/koute/bytehound/blob/7d34d88e5f327fc6c875fc7f1ec2b6d12417b9f2/preload/src/api.rs#L835

Are there any plans to support aligned_alloc?

koute commented 2 years ago

Unless I hit this panic myself I have no plans to implement it. PRs are welcome though.

koute commented 2 years ago

Fixed on master.