Lines Matching refs:pymalloc
92 statistics of the :ref:`pymalloc memory allocator <pymalloc>` every time a
93 new pymalloc object arena is created, and on shutdown.
170 :ref:`pymalloc memory allocator <pymalloc>`.
179 The default allocator is now pymalloc instead of system :c:func:`malloc`.
276 :ref:`pymalloc memory allocator <pymalloc>`.
342 Release build ``"pymalloc"`` ``malloc`` ``pymalloc`` `…
343 … ``"pymalloc_debug"`` ``malloc`` + debug ``pymalloc`` + debug ``pymalloc`` + d…
344 Release build, without pymalloc ``"malloc"`` ``malloc`` ``malloc`` `…
345 Debug build, without pymalloc ``"malloc_debug"`` ``malloc`` + debug ``malloc`` + debug `…
353 * ``pymalloc``: :ref:`pymalloc memory allocator <pymalloc>`
477 The pymalloc allocator
480 Python has a *pymalloc* allocator optimized for small objects (smaller or equal
485 *pymalloc* is the :ref:`default allocator <default-memory-allocators>` of the
495 Customize pymalloc Arena Allocator