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 skrah
Recipients benjamin.peterson, neologix, njs, pitrou, rhettinger, skrah, tim.peters, trent, vstinner, wscullin, xdegaye
Date 2017-10-27.12:03:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509105820.82.0.213398074469.issue18835@psf.upfronthosting.co.za>
In-reply-to
Content
Should we care about the C11 restriction?

http://en.cppreference.com/w/c/memory/aligned_alloc

"size - number of bytes to allocate. An integral multiple of alignment"



posix_memalign and _aligned_malloc don't care about the multiple.

On the other hand, sane requests will have the exact multiple most
of the time anyway.
History
Date User Action Args
2017-10-27 12:03:40skrahsetrecipients: + skrah, tim.peters, rhettinger, pitrou, vstinner, benjamin.peterson, trent, njs, neologix, xdegaye, wscullin
2017-10-27 12:03:40skrahsetmessageid: <1509105820.82.0.213398074469.issue18835@psf.upfronthosting.co.za>
2017-10-27 12:03:40skrahlinkissue18835 messages
2017-10-27 12:03:40skrahcreate