@@ -429,16 +429,16 @@ Default Memory Allocators
429429
430430Default memory allocators:
431431
432- =================================== ======================= ================== ===================== ====================
433- Configuration Name PyMem_RawMalloc PyMem_Malloc PyObject_Malloc
434- =================================== ======================= ================== ===================== ====================
435- Release build ``"pymalloc" `` ``malloc `` ``pymalloc `` ``pymalloc ``
436- Debug build ``"pymalloc_debug" `` ``malloc `` + debug ``pymalloc `` + debug ``pymalloc `` + debug
437- Release build, without pymalloc ``"malloc" `` ``malloc `` ``malloc `` ``malloc ``
438- Debug build, without pymalloc ``"malloc_debug" `` ``malloc `` + debug ``malloc `` + debug ``malloc `` + debug
439- Free-threaded build ``"mimalloc" `` ``mimalloc `` ``mimalloc `` ``mimalloc ``
440- Free-threaded debug build ``"mimalloc_debug" `` ``mimalloc `` + debug ``mimalloc `` + debug ``mimalloc `` + debug
441- =================================== ======================= ================== ===================== ====================
432+ =================================== ======================= ==================== ====================== == ====================
433+ Configuration Name PyMem_RawMalloc PyMem_Malloc PyObject_Malloc
434+ =================================== ======================= ==================== ====================== == ====================
435+ Release build ``"pymalloc" `` ``malloc `` ``pymalloc `` ``pymalloc ``
436+ Debug build ``"pymalloc_debug" `` ``malloc `` + debug ``pymalloc `` + debug ``pymalloc `` + debug
437+ Release build, without pymalloc ``"malloc" `` ``malloc `` ``malloc `` ``malloc ``
438+ Debug build, without pymalloc ``"malloc_debug" `` ``malloc `` + debug ``malloc `` + debug ``malloc `` + debug
439+ Free-threaded build ``"mimalloc" `` ``mimalloc `` ``mimalloc `` ``mimalloc ``
440+ Free-threaded debug build ``"mimalloc_debug" `` ``mimalloc `` + debug ``mimalloc `` + debug ``mimalloc `` + debug
441+ =================================== ======================= ==================== ====================== == ====================
442442
443443Legend:
444444
0 commit comments