Skip to content

Commit 8b45881

Browse files
committed
Fix table
1 parent de217b1 commit 8b45881

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Doc/c-api/memory.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -429,16 +429,16 @@ Default Memory Allocators
429429
430430
Default 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
443443
Legend:
444444

0 commit comments

Comments
 (0)