Message196176
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. |
|
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 | |
|