Lines Matching refs:allocators
28 several object-specific allocators operate on the same heap and implement
33 some of the work to the object-specific allocators, but ensures that the latter
89 the memory allocators used by Python.
103 The :ref:`default raw memory allocator <default-memory-allocators>` uses
169 The :ref:`default memory allocator <default-memory-allocators>` uses the
268 Object allocators
275 The :ref:`default object allocator <default-memory-allocators>` uses the
332 .. _default-memory-allocators:
337 Default memory allocators:
351 * ``malloc``: system allocators from the standard C library, C functions:
462 These hooks are :ref:`installed by default <default-memory-allocators>` if
485 *pymalloc* is the :ref:`default allocator <default-memory-allocators>` of the
579 allocators is reduced to a minimum. The following code sequence contains two
581 allocators operating on different heaps. ::