Closed bch29 closed 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?
aligned_alloc
Unless I hit this panic myself I have no plans to implement it. PRs are welcome though.
Fixed on master.
master
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
?