Fix typo in Memory Management doc. (GH-10798)
(cherry picked from commit a407004391
)
Co-authored-by: Kevin Adler <kadler@us.ibm.com>
This commit is contained in:
parent
e604b6c53e
commit
0df1f4576e
|
@ -342,7 +342,7 @@ Configuration Name PyMem_RawMalloc PyMem
|
|||
Release build ``"pymalloc"`` ``malloc`` ``pymalloc`` ``pymalloc``
|
||||
Debug build ``"pymalloc_debug"`` ``malloc`` + debug ``pymalloc`` + debug ``pymalloc`` + debug
|
||||
Release build, without pymalloc ``"malloc"`` ``malloc`` ``malloc`` ``malloc``
|
||||
Release build, without pymalloc ``"malloc_debug"`` ``malloc`` + debug ``malloc`` + debug ``malloc`` + debug
|
||||
Debug build, without pymalloc ``"malloc_debug"`` ``malloc`` + debug ``malloc`` + debug ``malloc`` + debug
|
||||
=============================== ==================== ================== ===================== ====================
|
||||
|
||||
Legend:
|
||||
|
|
Loading…
Reference in New Issue