Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpymem.h44 PYMEM_ALLOCATOR_MALLOC = 3, enumerator
/external/python/cpython3/Lib/test/
Dtest_embed.py22 PYMEM_ALLOCATOR_MALLOC = 3 variable
722 'allocator': PYMEM_ALLOCATOR_MALLOC,
776 'allocator': PYMEM_ALLOCATOR_MALLOC,
802 'allocator': PYMEM_ALLOCATOR_MALLOC,
836 preconfig = dict(allocator=PYMEM_ALLOCATOR_MALLOC)
/external/python/cpython3/Objects/
Dobmalloc.c293 *allocator = PYMEM_ALLOCATOR_MALLOC; in _PyMem_GetAllocatorName()
344 case PYMEM_ALLOCATOR_MALLOC: in _PyMem_SetupAllocators()
/external/python/cpython3/Programs/
D_testembed.c475 preconfig.allocator = PYMEM_ALLOCATOR_MALLOC; in test_init_from_config()
/external/python/cpython3/Doc/c-api/
Dinit_config.rst220 * ``PYMEM_ALLOCATOR_MALLOC`` (``3``): force usage of ``malloc()``