Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dpymem.h35 PYMEM_ALLOCATOR_NOT_SET = 0, enumerator
/third_party/python/Python/
H A Dpreconfig.c297 config->allocator = PYMEM_ALLOCATOR_NOT_SET; in _PyPreConfig_InitCompatConfig()
710 if (config->allocator == PYMEM_ALLOCATOR_NOT_SET) { in preconfig_init_allocator()
725 if (config->dev_mode && config->allocator == PYMEM_ALLOCATOR_NOT_SET) { in preconfig_init_allocator()
949 if (name != PYMEM_ALLOCATOR_NOT_SET) { in _PyPreConfig_Write()
/third_party/python/Lib/test/
H A Dtest_embed.py26 PYMEM_ALLOCATOR_NOT_SET = 0 variable
402 'allocator': PYMEM_ALLOCATOR_NOT_SET,
/third_party/python/Objects/
H A Dobmalloc.c312 case PYMEM_ALLOCATOR_NOT_SET: in _PyMem_SetupAllocators()

Completed in 8 milliseconds