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 pitrou
Recipients pitrou, rhettinger, tim.peters, vstinner
Date 2013-08-26.10:23:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377512582.88.0.536014761292.issue18835@psf.upfronthosting.co.za>
In-reply-to
Content
Unless the memory allocator actually supports it, this means you lose a whole lot of memory for padding, though... Memory which will sit there unused at the end of another cacheline.

Note that the current small object allocator, if not disabled, *should* already return you aligned memory, by construction (each allocation size has dedicated pools from which memory blocks are carved).
History
Date User Action Args
2013-08-26 10:23:02pitrousetrecipients: + pitrou, tim.peters, rhettinger, vstinner
2013-08-26 10:23:02pitrousetmessageid: <1377512582.88.0.536014761292.issue18835@psf.upfronthosting.co.za>
2013-08-26 10:23:02pitroulinkissue18835 messages
2013-08-26 10:23:02pitroucreate