Home
last modified time | relevance | path

Searched refs:PYMEM_ALLOCATOR_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dpymem.h36 PYMEM_ALLOCATOR_DEFAULT = 1, enumerator
/third_party/python/Objects/
Dobmalloc.c276 *allocator = PYMEM_ALLOCATOR_DEFAULT; in _PyMem_GetAllocatorName()
279 *allocator = PYMEM_ALLOCATOR_DEFAULT; in _PyMem_GetAllocatorName()
314 case PYMEM_ALLOCATOR_DEFAULT: in _PyMem_SetupAllocators()
/third_party/python/Doc/c-api/
Dinit_config.rst233 * ``PYMEM_ALLOCATOR_DEFAULT`` (``1``): :ref:`default memory allocators