8000 fix minor bug in pymalloc. (GH-335) (GH-476) · python/cpython@e9effe6 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9effe6

Browse files
authored
fix minor bug in pymalloc. (GH-335) (GH-476)
(cherry picked from commit f669fff)
1 parent df6d7b4 commit e9effe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/memory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ with a fixed size of 256 KB. It falls back to :c:func:`PyMem_RawMalloc` and
391391
:c:func:`PyMem_RawRealloc` for allocations larger than 512 bytes.
392392
393393
*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:
394+
:c:func:`PyMem_Malloc`) and :c:data:`PYMEM_DOMAIN_OBJ` (ex:
395395
:c:func:`PyObject_Malloc`) domains.
396396
397397
The arena allocator uses the following functions:

0 commit comments

Comments
 (0)
0