Message 196176 - Python tracker
Message196176
| Author | rhettinger |
|---|---|
| Recipients | rhettinger |
| Date | 2013-08-26.02:38:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1377484683.53.0.33160904829.issue18835@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I should also mention posix_memalign() for Unix/Linux systems. On systems without a clean way to provide aligned memory, we can always fall back to regular malloc(). The API wouldn't guarantee alignment but would comply when possible. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-08-26 02:38:03 | rhettinger | set | recipients: + rhettinger |
| 2013-08-26 02:38:03 | rhettinger | set | messageid: <1377484683.53.0.33160904829.issue18835@psf.upfronthosting.co.za> |
| 2013-08-26 02:38:03 | rhettinger | link | issue18835 messages |
| 2013-08-26 02:38:03 | rhettinger | create | |