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

Antoine Pitrou report at bugs.python.org
Thu Jan 15 17:50:11 CET 2015


Antoine Pitrou added the comment:

Due to the realloc() problem, I'm thinking that the best course for Numpy would be to use its own allocator wrapper like Nathaniel outligned.
Also, Numpy wants calloc() for faster allocation of zeroed arrays...

----------

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


More information about the Python-bugs-list mailing list