Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpymem.h37 PYMEM_ALLOCATOR_DEBUG = 2, enumerator
/third_party/python/Lib/test/
Dtest_embed.py23 PYMEM_ALLOCATOR_DEBUG = 2 variable
917 preconfig = dict(allocator=PYMEM_ALLOCATOR_DEBUG)
934 'allocator': PYMEM_ALLOCATOR_DEBUG,
948 'allocator': PYMEM_ALLOCATOR_DEBUG,
1405 preconfig = dict(allocator=PYMEM_ALLOCATOR_DEBUG)
/third_party/python/Python/
Dpreconfig.c740 config->allocator = PYMEM_ALLOCATOR_DEBUG; in preconfig_init_allocator()
/third_party/python/Objects/
Dobmalloc.c282 *allocator = PYMEM_ALLOCATOR_DEBUG; in _PyMem_GetAllocatorName()
320 case PYMEM_ALLOCATOR_DEBUG: in _PyMem_SetupAllocators()
/third_party/python/Doc/c-api/
Dinit_config.rst235 * ``PYMEM_ALLOCATOR_DEBUG`` (``2``): :ref:`default memory allocators