Christian Heimes <li...@cheimes.de> added the comment:

New features:

- vendored mimalloc 2.0.3 + two patches from mimalloc dev branch. Mimalloc is 
embedded in obmalloc.o. Symbols are either hidden or names are mangled to have 
a _Py_ prefix.
- ./configure --with[out]-mimalloc (default: yes), fails if atomics are not 
available.
- PYTHONMALLOC=mimalloc, PYTHONMALLOC=mimalloc-debug env var settings
- PYMEM_ALLOCATOR_MIMALLOC, PYMEM_ALLOCATOR_MIMALLOC_DEBUG
- sys.debugmallocstats() and _PyObject_DebugMallocStats() prints mimalloc stats
- sys._malloc_info struct, contains information about available and current 
allocator

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46657>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to