8000
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 9619ec9 commit 4e23a30Copy full SHA for 4e23a30
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