mirror of
https://github.com/python/cpython.git
synced 2026-05-15 00:48:35 -04:00
6cf185dc06
_PyMem_RawMalloc/Realloc/Free, instead of _PyMem_Malloc/Realloc/Free. So it becomes possible to use the fast pymalloc allocator for the PYMEM_DOMAIN_MEM domain (PyMem_Malloc/Realloc/Free functions).