This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients benjamin.peterson, neologix, njs, pitrou, rhettinger, skrah, tim.peters, trent, vstinner, wscullin, xdegaye
Date 2017-10-25.20:46:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508964415.51.0.213398074469.issue18835@psf.upfronthosting.co.za>
In-reply-to
Content
Android has both memalign() [1] and posix_memalign() [2] and does not have aligned_alloc(), posix_memalign() is a wrapper around memalign() [3].

[1] https://android.googlesource.com/platform/bionic/+/master/libc/include/malloc.h#38
[2] https://android.googlesource.com/platform/bionic/+/master/libc/include/stdlib.h#80
[3] https://android.googlesource.com/platform/bionic/+/85aad90%5E%21/
History
Date User Action Args
2017-10-25 20:46:55xdegayesetrecipients: + xdegaye, tim.peters, rhettinger, pitrou, vstinner, benjamin.peterson, trent, njs, skrah, neologix, wscullin
2017-10-25 20:46:55xdegayesetmessageid: <1508964415.51.0.213398074469.issue18835@psf.upfronthosting.co.za>
2017-10-25 20:46:55xdegayelinkissue18835 messages
2017-10-25 20:46:55xdegayecreate