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 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:03rhettingersetrecipients: + rhettinger
2013-08-26 02:38:03rhettingersetmessageid: <1377484683.53.0.33160904829.issue18835@psf.upfronthosting.co.za>
2013-08-26 02:38:03rhettingerlinkissue18835 messages
2013-08-26 02:38:03rhettingercreate