[issue26249] Change PyMem_Malloc to use PyObject_Malloc allocator?

STINNER Victor report at bugs.python.org
Sun Jan 31 12:59:22 EST 2016


STINNER Victor added the comment:

Ok, to avoid confusion, I opened an issue specific to Windows for its "Low-fragmentation Heap": issue #26251.

Other issues related to memory allocators.

Merged:

- issue #21233: Add *Calloc functions to CPython memory allocation API (extension of the PEP 445, asked by numpy)
- issue #13483: Use VirtualAlloc to allocate memory arenas (implementation of the PEP 445)
- issue #3329: API for setting the memory allocator used by Python

Open:

- issue #18835: Add aligned memory variants to the suite of PyMem functions/macros => this one is still open, the status is unclear :-/

----------

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


More information about the Python-bugs-list mailing list