Skip to content

Commit

Permalink
fix minor bug in pymalloc. (python#335)
Browse files Browse the repository at this point in the history
reported by Alexis Lopez-Garcia.
(cherry picked from commit f669fff)
  • Loading branch information
methane authored and Mariatta committed Mar 5, 2017
1 parent 9619ec9 commit 4e23a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/memory.rst
Expand Up @@ -391,7 +391,7 @@ with a fixed size of 256 KB. It falls back to :c:func:`PyMem_RawMalloc` and
:c:func:`PyMem_RawRealloc` for allocations larger than 512 bytes.
*pymalloc* is the default allocator of the :c:data:`PYMEM_DOMAIN_MEM` (ex:
:c:func:`PyObject_Malloc`) and :c:data:`PYMEM_DOMAIN_OBJ` (ex:
:c:func:`PyMem_Malloc`) and :c:data:`PYMEM_DOMAIN_OBJ` (ex:
:c:func:`PyObject_Malloc`) domains.
The arena allocator uses the following functions:
Expand Down

0 comments on commit 4e23a30

Please sign in to comment.