[issue18835] Add aligned memory variants to the suite of PyMem functions/macros

Antoine Pitrou report at bugs.python.org
Mon Oct 23 09:35:54 EDT 2017


Antoine Pitrou <pitrou at free.fr> added the comment:

Do you need aligned allocation even on small objects?  The Python allocator doesn't handle allocations > 512 bytes.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue18835>
_______________________________________


More information about the Python-bugs-list mailing list