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 df6d7b4 commit e9effe6Copy full SHA for e9effe6
1 file changed
Doc/c-api/memory.rst
@@ -391,7 +391,7 @@ with a fixed size of 256 KB. It falls back to :c:func:`PyMem_RawMalloc` and
391
:c:func:`PyMem_RawRealloc` for allocations larger than 512 bytes.
392
393
*pymalloc* is the default allocator of the :c:data:`PYMEM_DOMAIN_MEM` (ex:
394
-:c:func:`PyObject_Malloc`) and :c:data:`PYMEM_DOMAIN_OBJ` (ex:
+:c:func:`PyMem_Malloc`) and :c:data:`PYMEM_DOMAIN_OBJ` (ex:
395
:c:func:`PyObject_Malloc`) domains.
396
397
The arena allocator uses the following functions:
0 commit comments