Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dpymem.h38 PYMEM_ALLOCATOR_MALLOC = 3, enumerator
/third_party/python/Lib/test/
H A Dtest_embed.py28 PYMEM_ALLOCATOR_MALLOC = 3 variable
832 'allocator': PYMEM_ALLOCATOR_MALLOC,
896 'allocator': PYMEM_ALLOCATOR_MALLOC,
926 'allocator': PYMEM_ALLOCATOR_MALLOC,
964 preconfig = dict(allocator=PYMEM_ALLOCATOR_MALLOC)
/third_party/python/Objects/
H A Dobmalloc.c295 *allocator = PYMEM_ALLOCATOR_MALLOC; in _PyMem_GetAllocatorName()
346 case PYMEM_ALLOCATOR_MALLOC: in _PyMem_SetupAllocators()
/third_party/python/Programs/
H A D_testembed.c564 preconfig.allocator = PYMEM_ALLOCATOR_MALLOC; in test_init_from_config()

Completed in 15 milliseconds