Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e3585 commit a407004Copy full SHA for a407004
1 file changed
Doc/c-api/memory.rst
@@ -342,7 +342,7 @@ Configuration Name PyMem_RawMalloc PyMem
342
Release build ``"pymalloc"`` ``malloc`` ``pymalloc`` ``pymalloc``
343
Debug build ``"pymalloc_debug"`` ``malloc`` + debug ``pymalloc`` + debug ``pymalloc`` + debug
344
Release build, without pymalloc ``"malloc"`` ``malloc`` ``malloc`` ``malloc``
345
-Release build, without pymalloc ``"malloc_debug"`` ``malloc`` + debug ``malloc`` + debug ``malloc`` + debug
+Debug build, without pymalloc ``"malloc_debug"`` ``malloc`` + debug ``malloc`` + debug ``malloc`` + debug
346
=============================== ==================== ================== ===================== ====================
347
348
Legend:
0 commit comments