Message 305009 - Python tracker
Message305009
| 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:55 | xdegaye | set | recipients: + xdegaye, tim.peters, rhettinger, pitrou, vstinner, benjamin.peterson, trent, njs, skrah, neologix, wscullin |
| 2017-10-25 20:46:55 | xdegaye | set | messageid: <1508964415.51.0.213398074469.issue18835@psf.upfronthosting.co.za> |
| 2017-10-25 20:46:55 | xdegaye | link | issue18835 messages |
| 2017-10-25 20:46:55 | xdegaye | create | |