Message232215
> How should we handle platforms which don't provide a memory allocator
> with an alignment? The simplest option is to return NULL (MemoryError).
Are there such platforms? posix_memalign() is a POSIX standard, even OpenBSD has it. |
|
| Date |
User |
Action |
Args |
| 2014-12-05 21:49:47 | pitrou | set | recipients:
+ pitrou, tim.peters, rhettinger, vstinner, njs, neologix |
| 2014-12-05 21:49:47 | pitrou | set | messageid: <[email protected]> |
| 2014-12-05 21:49:47 | pitrou | link | issue18835 messages |
| 2014-12-05 21:49:46 | pitrou | create | |
|