Closed
Description
Hi,
I'm trying to add windows support for a another library which uses posix_memalign
. I have researched to the point of realizing that I need libc to expose _aligned_malloc
for windows.
I'm willing to have a go at a PR to add it but I'm a little out of my depth...
Could someone more knowledgeable point my in the direction of a similar function already implemented in libc and I will try to have a go adding this one.
Obviously, any other advise is welcome.
Thanks