Home
last modified time | relevance | path

Searched refs:PYMEM_ALLOCATOR_DEBUG (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/cpython/
Dpymem.h43 PYMEM_ALLOCATOR_DEBUG = 2, enumerator
/external/python/cpython3/Lib/test/
Dtest_embed.py21 PYMEM_ALLOCATOR_DEBUG = 2 variable
847 preconfig = dict(allocator=PYMEM_ALLOCATOR_DEBUG)
864 'allocator': PYMEM_ALLOCATOR_DEBUG,
878 'allocator': PYMEM_ALLOCATOR_DEBUG,
1334 preconfig = dict(allocator=PYMEM_ALLOCATOR_DEBUG)
/external/python/cpython3/Python/
Dpreconfig.c723 config->allocator = PYMEM_ALLOCATOR_DEBUG; in preconfig_init_allocator()
/external/python/cpython3/Objects/
Dobmalloc.c282 *allocator = PYMEM_ALLOCATOR_DEBUG; in _PyMem_GetAllocatorName()
320 case PYMEM_ALLOCATOR_DEBUG: in _PyMem_SetupAllocators()
/external/python/cpython3/Doc/c-api/
Dinit_config.rst219 * ``PYMEM_ALLOCATOR_DEBUG`` (``2``): default memory allocators with