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 vstinner
Recipients josh.r, jtaylor, neologix, njs, pitrou, skrah, vstinner
Date 2014-04-27.00:05:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398557150.79.0.531385722906.issue21233@psf.upfronthosting.co.za>
In-reply-to
Content
I read again some remarks about alignement, it was suggested to provide allocators providing an address aligned to a requested alignement. This topic was already discussed in #18835.

If Python doesn't provide such memory allocators, it was suggested to provide a "trace" function which can be called on the result of a successful allocator to "trace" an allocation (and a similar function for free). But this is very different from the design of the PEP 445 (new malloc API). Basically, it requires to rewrite the PEP 445.
History
Date User Action Args
2014-04-27 00:05:50vstinnersetrecipients: + vstinner, pitrou, njs, skrah, neologix, jtaylor, josh.r
2014-04-27 00:05:50vstinnersetmessageid: <1398557150.79.0.531385722906.issue21233@psf.upfronthosting.co.za>
2014-04-27 00:05:50vstinnerlinkissue21233 messages
2014-04-27 00:05:50vstinnercreate