Home
last modified time | relevance | path

Searched refs:PYMEM_ALLOCATOR_DEBUG (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
H A Dpymem.h37 PYMEM_ALLOCATOR_DEBUG = 2, enumerator
/third_party/python/Lib/test/
H A Dtest_embed.py27 PYMEM_ALLOCATOR_DEBUG = 2 variable
956 preconfig = dict(allocator=PYMEM_ALLOCATOR_DEBUG)
973 'allocator': PYMEM_ALLOCATOR_DEBUG,
987 'allocator': PYMEM_ALLOCATOR_DEBUG,
1597 preconfig = dict(allocator=PYMEM_ALLOCATOR_DEBUG)
/third_party/python/Python/
H A Dpreconfig.c726 config->allocator = PYMEM_ALLOCATOR_DEBUG; in preconfig_init_allocator()
/third_party/python/Objects/
H A Dobmalloc.c284 *allocator = PYMEM_ALLOCATOR_DEBUG; in _PyMem_GetAllocatorName()
322 case PYMEM_ALLOCATOR_DEBUG: in _PyMem_SetupAllocators()

Completed in 14 milliseconds