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 jtaylor, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-01-31.17:59:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454263162.49.0.2973359107.issue26249@psf.upfronthosting.co.za>
In-reply-to
Content
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 :-/
History
Date User Action Args
2016-01-31 17:59:22vstinnersetrecipients: + vstinner, rhettinger, jtaylor, serhiy.storchaka, yselivanov
2016-01-31 17:59:22vstinnersetmessageid: <1454263162.49.0.2973359107.issue26249@psf.upfronthosting.co.za>
2016-01-31 17:59:22vstinnerlinkissue26249 messages
2016-01-31 17:59:22vstinnercreate